Sha256: 32e0817eea5af62a6ab6a5e49010aa4cdbbff4c7bbb5863a62e8ad73c25d7406

Contents?: true

Size: 1.66 KB

Versions: 68

Compression:

Stored size: 1.66 KB

Contents

<h2>Unordered</h2>

<p>Asterisks tight:</p>

<ul>
<li>asterisk 1</li>
<li>asterisk 2</li>
<li>asterisk 3</li>
</ul>

<p>Asterisks loose:</p>

<ul>
<li><p>asterisk 1</p></li>
<li><p>asterisk 2</p></li>
<li><p>asterisk 3</p></li>
</ul>

<hr />

<p>Pluses tight:</p>

<ul>
<li>Plus 1</li>
<li>Plus 2</li>
<li>Plus 3</li>
</ul>

<p>Pluses loose:</p>

<ul>
<li><p>Plus 1</p></li>
<li><p>Plus 2</p></li>
<li><p>Plus 3</p></li>
</ul>

<hr />

<p>Minuses tight:</p>

<ul>
<li>Minus 1</li>
<li>Minus 2</li>
<li>Minus 3</li>
</ul>

<p>Minuses loose:</p>

<ul>
<li><p>Minus 1</p></li>
<li><p>Minus 2</p></li>
<li><p>Minus 3</p></li>
</ul>

<h2>Ordered</h2>

<p>Tight:</p>

<ol>
<li>First</li>
<li>Second</li>
<li>Third</li>
</ol>

<p>and:</p>

<ol>
<li>One</li>
<li>Two</li>
<li>Three</li>
</ol>

<p>Loose using tabs:</p>

<ol>
<li><p>First</p></li>
<li><p>Second</p></li>
<li><p>Third</p></li>
</ol>

<p>and using spaces:</p>

<ol>
<li><p>One</p></li>
<li><p>Two</p></li>
<li><p>Three</p></li>
</ol>

<p>Multiple paragraphs:</p>

<ol>
<li><p>Item 1, graf one.</p>

<p>Item 2. graf two. The quick brown fox jumped over the lazy dog's
back.</p></li>
<li><p>Item 2.</p></li>
<li><p>Item 3.</p></li>
</ol>

<h2>Nested</h2>

<ul>
<li>Tab
<ul>
<li>Tab
<ul>
<li>Tab</li>
</ul></li>
</ul></li>
</ul>

<p>Here's another:</p>

<ol>
<li>First</li>
<li>Second:
<ul>
<li>Fee</li>
<li>Fie</li>
<li>Foe</li>
</ul></li>
<li>Third</li>
</ol>

<p>Same thing but with paragraphs:</p>

<ol>
<li><p>First</p></li>
<li><p>Second:</p>

<ul>
<li>Fee</li>
<li>Fie</li>
<li>Foe</li>
</ul></li>
<li><p>Third</p></li>
</ol>


<p>This was an error in Markdown 1.0.1:</p>

<ul>
<li><p>this</p>

<ul><li>sub</li></ul>

<p>that</p></li>
</ul>

Version data entries

68 entries across 68 versions & 10 rubygems

Version Path
greenmat-3.5.1.4 test/MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html
greenmat-3.5.1.3 test/MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html
greenmat-3.5.1.2 test/MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html
greenmat-3.5.1.1 test/MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html
greenmat-3.5.1.0 test/MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html
greenmat-3.2.2.4 test/MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html
greenmat-3.2.2.3 test/MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html
greenmat-3.2.2.2 test/MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html
parkdown-libertree-1.4.27 test/MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html
parkdown-libertree-1.4.26 test/MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html
greenmat-3.2.2.1 test/MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html
greenmat-3.2.2.0 test/MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html
greenmat-3.2.0.2 test/MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html
polymer-core-rails-0.2.0 app/assets/components/marked/test/original/ordered_and_unordered_lists.html
rpeg-multimarkdown-0.2.2 test/MultiMarkdownTest/Tests/Ordered and unordered lists.html
rpeg-multimarkdown-0.2.1 test/MultiMarkdownTest/Tests/Ordered and unordered lists.html
rpeg-multimarkdown-0.2 test/MultiMarkdownTest/Tests/Ordered and unordered lists.html
mango-0.8.0 vendor/bundler/ruby/2.1.0/gems/bluecloth-2.2.0/spec/data/markdowntest/Ordered and unordered lists.html
mango-0.7.1 vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Ordered and unordered lists.html
mango-0.7.0 vendor/bundler/ruby/2.0.0/gems/bluecloth-2.1.0/spec/data/markdowntest/Ordered and unordered lists.html