markdown-testsuite 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +4 -0
- data/CONTRIBUTING.md +109 -0
- data/Gemfile +3 -0
- data/LICENSE.md +11 -0
- data/README.md +40 -0
- data/Rakefile +9 -0
- data/lib/markdown-testsuite.rb +71 -0
- data/lib/markdown/testsuite/test.rb +20 -0
- data/lib/markdown/testsuite/version.rb +8 -0
- data/markdown-spec.html +315 -0
- data/markdown-testsuite.gemspec +23 -0
- data/specification/2-paragraphs-hard-return-spaces.md +5 -0
- data/specification/2-paragraphs-hard-return-spaces.out +5 -0
- data/specification/2-paragraphs-hard-return.md +5 -0
- data/specification/2-paragraphs-hard-return.out +5 -0
- data/specification/2-paragraphs-line-returns.md +5 -0
- data/specification/2-paragraphs-line-returns.out +3 -0
- data/specification/2-paragraphs-line-spaces.md +3 -0
- data/specification/2-paragraphs-line-spaces.out +3 -0
- data/specification/2-paragraphs-line-tab.md +3 -0
- data/specification/2-paragraphs-line-tab.out +3 -0
- data/specification/2-paragraphs-line.md +3 -0
- data/specification/2-paragraphs-line.out +3 -0
- data/specification/EOL-CR+LF.md +6 -0
- data/specification/EOL-CR+LF.out +5 -0
- data/specification/EOL-CR.md +1 -0
- data/specification/EOL-CR.out +1 -0
- data/specification/EOL-LF.md +6 -0
- data/specification/EOL-LF.out +5 -0
- data/specification/ampersand-text-flow.md +1 -0
- data/specification/ampersand-text-flow.out +1 -0
- data/specification/ampersand-uri.md +1 -0
- data/specification/ampersand-uri.out +1 -0
- data/specification/asterisk-near-text.md +1 -0
- data/specification/asterisk-near-text.out +1 -0
- data/specification/asterisk.md +1 -0
- data/specification/asterisk.out +1 -0
- data/specification/backslash-escape.md +12 -0
- data/specification/backslash-escape.out +12 -0
- data/specification/blockquote-added-markup.md +3 -0
- data/specification/blockquote-added-markup.out +5 -0
- data/specification/blockquote-line-2-paragraphs.md +3 -0
- data/specification/blockquote-line-2-paragraphs.out +5 -0
- data/specification/blockquote-line.md +1 -0
- data/specification/blockquote-line.out +3 -0
- data/specification/blockquote-multiline-1-space-begin.md +3 -0
- data/specification/blockquote-multiline-1-space-begin.out +5 -0
- data/specification/blockquote-multiline-1-space-end.md +3 -0
- data/specification/blockquote-multiline-1-space-end.out +5 -0
- data/specification/blockquote-multiline-2-paragraphs.md +6 -0
- data/specification/blockquote-multiline-2-paragraphs.out +8 -0
- data/specification/blockquote-multiline.md +3 -0
- data/specification/blockquote-multiline.out +5 -0
- data/specification/blockquote-nested-multiplereturn-level1.md +5 -0
- data/specification/blockquote-nested-multiplereturn-level1.out +9 -0
- data/specification/blockquote-nested-multiplereturn.md +3 -0
- data/specification/blockquote-nested-multiplereturn.out +7 -0
- data/specification/blockquote-nested-return-level1.md +3 -0
- data/specification/blockquote-nested-return-level1.out +8 -0
- data/specification/blockquote-nested.md +2 -0
- data/specification/blockquote-nested.out +7 -0
- data/specification/code-1-tab.md +2 -0
- data/specification/code-1-tab.out +3 -0
- data/specification/code-4-spaces-escaping.md +2 -0
- data/specification/code-4-spaces-escaping.out +3 -0
- data/specification/code-4-spaces.md +2 -0
- data/specification/code-4-spaces.out +3 -0
- data/specification/em-middle-word.md +1 -0
- data/specification/em-middle-word.out +1 -0
- data/specification/em-star.md +1 -0
- data/specification/em-star.out +1 -0
- data/specification/em-underscore.md +1 -0
- data/specification/em-underscore.out +1 -0
- data/specification/entities-text-flow.md +1 -0
- data/specification/entities-text-flow.out +1 -0
- data/specification/extensions/fenced-code-block-p.out +3 -0
- data/specification/extensions/fenced-code-block-pre.out +3 -0
- data/specification/extensions/fenced-code-block.md +3 -0
- data/specification/extensions/gfm/README.markdown +1 -0
- data/specification/extensions/gfm/fenced-code-block.md +0 -0
- data/specification/extensions/gfm/fenced-code-block.out +3 -0
- data/specification/extensions/gfm/utf8.md +1 -0
- data/specification/extensions/gfm/utf8.out +1 -0
- data/specification/extensions/kramdown/README.markdown +1 -0
- data/specification/extensions/kramdown/fenced-code-block.md +0 -0
- data/specification/extensions/kramdown/fenced-code-block.out +3 -0
- data/specification/extensions/kramdown/utf8.md +1 -0
- data/specification/extensions/kramdown/utf8.out +1 -0
- data/specification/extensions/multimarkdown/README.markdown +1 -0
- data/specification/extensions/multimarkdown/fenced-code-block.md +0 -0
- data/specification/extensions/multimarkdown/fenced-code-block.out +3 -0
- data/specification/extensions/multimarkdown/utf8.md +1 -0
- data/specification/extensions/multimarkdown/utf8.out +1 -0
- data/specification/extensions/pandoc/README.markdown +1 -0
- data/specification/extensions/pandoc/fenced-code-block.md +0 -0
- data/specification/extensions/pandoc/fenced-code-block.out +3 -0
- data/specification/extensions/pandoc/utf8.md +1 -0
- data/specification/extensions/pandoc/utf8.out +1 -0
- data/specification/extensions/redcarpet/README.markdown +1 -0
- data/specification/extensions/redcarpet/fenced-code-block.md +0 -0
- data/specification/extensions/redcarpet/fenced-code-block.out +3 -0
- data/specification/extensions/redcarpet/utf8.md +1 -0
- data/specification/extensions/redcarpet/utf8.out +1 -0
- data/specification/extensions/utf8.md +1 -0
- data/specification/extensions/utf8.out +1 -0
- data/specification/header-level1-equal-underlined.md +2 -0
- data/specification/header-level1-equal-underlined.out +1 -0
- data/specification/header-level1-hash-sign-closed.md +1 -0
- data/specification/header-level1-hash-sign-closed.out +1 -0
- data/specification/header-level1-hash-sign-trailing-1-space.md +1 -0
- data/specification/header-level1-hash-sign-trailing-1-space.out +1 -0
- data/specification/header-level1-hash-sign-trailing-2-spaces.md +2 -0
- data/specification/header-level1-hash-sign-trailing-2-spaces.out +3 -0
- data/specification/header-level1-hash-sign.md +1 -0
- data/specification/header-level1-hash-sign.out +1 -0
- data/specification/header-level2-dash-underlined.md +2 -0
- data/specification/header-level2-dash-underlined.out +1 -0
- data/specification/header-level2-hash-sign-closed.md +1 -0
- data/specification/header-level2-hash-sign-closed.out +1 -0
- data/specification/header-level2-hash-sign.md +1 -0
- data/specification/header-level2-hash-sign.out +1 -0
- data/specification/header-level3-hash-sign-closed.md +1 -0
- data/specification/header-level3-hash-sign-closed.out +1 -0
- data/specification/header-level3-hash-sign.md +1 -0
- data/specification/header-level3-hash-sign.out +1 -0
- data/specification/header-level4-hash-sign-closed.md +1 -0
- data/specification/header-level4-hash-sign-closed.out +1 -0
- data/specification/header-level4-hash-sign.md +1 -0
- data/specification/header-level4-hash-sign.out +1 -0
- data/specification/header-level5-hash-sign-closed.md +1 -0
- data/specification/header-level5-hash-sign-closed.out +1 -0
- data/specification/header-level5-hash-sign.md +1 -0
- data/specification/header-level5-hash-sign.out +1 -0
- data/specification/header-level6-hash-sign-closed.md +1 -0
- data/specification/header-level6-hash-sign-closed.out +1 -0
- data/specification/header-level6-hash-sign.md +1 -0
- data/specification/header-level6-hash-sign.out +1 -0
- data/specification/horizontal-rule-3-dashes-spaces.md +1 -0
- data/specification/horizontal-rule-3-dashes-spaces.out +1 -0
- data/specification/horizontal-rule-3-dashes.md +1 -0
- data/specification/horizontal-rule-3-dashes.out +1 -0
- data/specification/horizontal-rule-3-stars.md +1 -0
- data/specification/horizontal-rule-3-stars.out +1 -0
- data/specification/horizontal-rule-3-underscores.md +1 -0
- data/specification/horizontal-rule-3-underscores.out +1 -0
- data/specification/horizontal-rule-7-dashes.md +1 -0
- data/specification/horizontal-rule-7-dashes.out +1 -0
- data/specification/img-idref-title.md +3 -0
- data/specification/img-idref-title.out +1 -0
- data/specification/img-idref.md +3 -0
- data/specification/img-idref.out +1 -0
- data/specification/img-title.md +1 -0
- data/specification/img-title.out +1 -0
- data/specification/img.md +1 -0
- data/specification/img.out +1 -0
- data/specification/inline-code-escaping-entities.md +1 -0
- data/specification/inline-code-escaping-entities.out +1 -0
- data/specification/inline-code-with-visible-backtick.md +1 -0
- data/specification/inline-code-with-visible-backtick.out +1 -0
- data/specification/inline-code.md +1 -0
- data/specification/inline-code.out +1 -0
- data/specification/line-break-2-spaces.md +2 -0
- data/specification/line-break-2-spaces.out +2 -0
- data/specification/line-break-5-spaces.md +2 -0
- data/specification/line-break-5-spaces.out +2 -0
- data/specification/link-automatic-email.md +1 -0
- data/specification/link-automatic-email.out +1 -0
- data/specification/link-automatic.md +1 -0
- data/specification/link-automatic.out +1 -0
- data/specification/link-bracket-paranthesis-title.md +1 -0
- data/specification/link-bracket-paranthesis-title.out +1 -0
- data/specification/link-bracket-paranthesis.md +1 -0
- data/specification/link-bracket-paranthesis.out +1 -0
- data/specification/link-idref-angle-bracket.md +3 -0
- data/specification/link-idref-angle-bracket.out +1 -0
- data/specification/link-idref-implicit-spaces.md +3 -0
- data/specification/link-idref-implicit-spaces.out +1 -0
- data/specification/link-idref-implicit.md +3 -0
- data/specification/link-idref-implicit.out +1 -0
- data/specification/link-idref-space.md +3 -0
- data/specification/link-idref-space.out +1 -0
- data/specification/link-idref-title-next-line.md +4 -0
- data/specification/link-idref-title-next-line.out +1 -0
- data/specification/link-idref-title-paranthesis.md +3 -0
- data/specification/link-idref-title-paranthesis.out +1 -0
- data/specification/link-idref-title-single-quote.md +3 -0
- data/specification/link-idref-title-single-quote.out +1 -0
- data/specification/link-idref-title.md +3 -0
- data/specification/link-idref-title.out +1 -0
- data/specification/link-idref.md +3 -0
- data/specification/link-idref.out +1 -0
- data/specification/list-blockquote.md +3 -0
- data/specification/list-blockquote.out +7 -0
- data/specification/list-code.md +4 -0
- data/specification/list-code.out +7 -0
- data/specification/list-multiparagraphs-tab.md +9 -0
- data/specification/list-multiparagraphs-tab.out +10 -0
- data/specification/list-multiparagraphs.md +9 -0
- data/specification/list-multiparagraphs.out +10 -0
- data/specification/ordered-list-escaped.md +1 -0
- data/specification/ordered-list-escaped.out +1 -0
- data/specification/ordered-list-items-random-number.md +3 -0
- data/specification/ordered-list-items-random-number.out +5 -0
- data/specification/ordered-list-items.md +3 -0
- data/specification/ordered-list-items.out +5 -0
- data/specification/paragraph-hard-return.md +3 -0
- data/specification/paragraph-hard-return.out +3 -0
- data/specification/paragraph-line.md +1 -0
- data/specification/paragraph-line.out +1 -0
- data/specification/paragraph-trailing-leading-spaces.md +1 -0
- data/specification/paragraph-trailing-leading-spaces.out +1 -0
- data/specification/paragraph-trailing-tab.md +1 -0
- data/specification/paragraph-trailing-tab.out +1 -0
- data/specification/paragraphs-2-leading-spaces.md +1 -0
- data/specification/paragraphs-2-leading-spaces.out +1 -0
- data/specification/paragraphs-3-leading-spaces.md +1 -0
- data/specification/paragraphs-3-leading-spaces.out +1 -0
- data/specification/paragraphs-leading-space.md +1 -0
- data/specification/paragraphs-leading-space.out +1 -0
- data/specification/paragraphs-trailing-spaces.md +1 -0
- data/specification/paragraphs-trailing-spaces.out +1 -0
- data/specification/strong-middle-word.md +1 -0
- data/specification/strong-middle-word.out +1 -0
- data/specification/strong-star.md +1 -0
- data/specification/strong-star.out +1 -0
- data/specification/strong-underscore.md +1 -0
- data/specification/strong-underscore.out +1 -0
- data/specification/unordered-list-items-asterisk.md +3 -0
- data/specification/unordered-list-items-asterisk.out +5 -0
- data/specification/unordered-list-items-dashsign.md +3 -0
- data/specification/unordered-list-items-dashsign.out +5 -0
- data/specification/unordered-list-items-leading-1space.md +3 -0
- data/specification/unordered-list-items-leading-1space.out +5 -0
- data/specification/unordered-list-items-leading-2spaces.md +3 -0
- data/specification/unordered-list-items-leading-2spaces.out +5 -0
- data/specification/unordered-list-items-leading-3spaces.md +3 -0
- data/specification/unordered-list-items-leading-3spaces.out +5 -0
- data/specification/unordered-list-items-plussign.md +3 -0
- data/specification/unordered-list-items-plussign.out +5 -0
- data/specification/unordered-list-paragraphs.md +3 -0
- data/specification/unordered-list-paragraphs.out +4 -0
- data/specification/unordered-list-unindented-content.md +2 -0
- data/specification/unordered-list-unindented-content.out +4 -0
- data/specification/unordered-list-with-indented-content.md +5 -0
- data/specification/unordered-list-with-indented-content.out +7 -0
- data/specs/spec_helper.rb +2 -0
- data/specs/testsuite_spec.rb +41 -0
- metadata +321 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
€
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p>€</p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
https://github.com/vmg/redcarpet
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
€
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p>€</p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
€
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p>€</p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h1>This is an H1</h1>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# This is an H1 #
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h1>This is an H1</h1>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# This is an H1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p># This is an H1</p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# This is an H1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h1>This is an H1</h1>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h2>This is an H2</h2>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
## This is an H2 ##
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h2>This is an H2</h2>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
## This is an H2
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h2>This is an H2</h2>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
### This is an H3 ###
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h3>This is an H3</h3>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
### This is an H3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h3>This is an H3</h3>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#### This is an H4 ####
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h4>This is an H4</h4>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#### This is an H4
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h4>This is an H4</h4>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
##### This is an H5 #####
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h5>This is an H5</h5>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
##### This is an H5
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h5>This is an H5</h5>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
###### This is an H6 ######
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h6>This is an H6</h6>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
###### This is an H6
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<h6>This is an H6</h6>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
- - -
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<hr />
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
---
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<hr />
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
***
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<hr />
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
___
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<hr />
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
-------
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<hr />
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><img src="http://www.w3.org/html/logo/img/mark-word-icon.png" alt="HTML5" title="HTML5 for everyone" /></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><img src="http://www.w3.org/html/logo/img/mark-word-icon.png" alt="HTML5" /></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+

|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><img src="http://www.w3.org/html/logo/img/mark-word-icon.png" alt="HTML5" title="HTML5 logo for everyone" /></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+

|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><img src="http://www.w3.org/html/logo/img/mark-word-icon.png" alt="HTML5" /></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
We love `<code> and &` for everything
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p>We love <code><code> and &</code> for everything</p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
``We love `code` for everything``
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><code>We love `code` for everything</code></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
``We love `code` for everything``
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><code>We love `code` for everything</code></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This is an automatic email link <foolspam@example.org>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p>This is an automatic email link <a href="mailto:foolspam@example.org">foolspam@example.org</a></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This is an automatic link <http://www.w3.org/>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p>This is an automatic link <a href="http://www.w3.org/">http://www.w3.org/</a></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[W3C](http://www.w3.org/ "Discover w3c")
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><a href="http://www.w3.org/" title="Discover w3c">W3C</a></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[W3C](http://www.w3.org/)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><a href="http://www.w3.org/">W3C</a></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><a href="http://www.w3.org/">World Wide Web Consortium</a></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><a href="http://www.w3.org/">World Wide Web Consortium</a></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><a href="http://www.w3.org/">w3c</a></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><a href="http://www.w3.org/">World Wide Web Consortium</a></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><a href="http://www.w3.org/" title="Discover W3C">World Wide Web Consortium</a></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><a href="http://www.w3.org/" title="Discover w3c">World Wide Web Consortium</a></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><a href="http://www.w3.org/" title="Discover w3c">World Wide Web Consortium</a></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><a href="http://www.w3.org/" title="Discover w3c">World Wide Web Consortium</a></p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p><a href="http://www.w3.org/">World Wide Web Consortium</a></p>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
* This is a list item with two paragraphs. Lorem ipsum dolor
|
|
2
|
+
sit amet, consectetuer adipiscing elit. Aliquam hendrerit
|
|
3
|
+
mi posuere lectus.
|
|
4
|
+
|
|
5
|
+
Vestibulum enim wisi, viverra nec, fringilla in, laoreet
|
|
6
|
+
vitae, risus. Donec sit amet nisl. Aliquam semper ipsum
|
|
7
|
+
sit amet velit.
|
|
8
|
+
|
|
9
|
+
* Suspendisse id sem consectetuer libero luctus adipiscing.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<ul>
|
|
2
|
+
<li><p>This is a list item with two paragraphs. Lorem ipsum dolor
|
|
3
|
+
sit amet, consectetuer adipiscing elit. Aliquam hendrerit
|
|
4
|
+
mi posuere lectus.</p>
|
|
5
|
+
|
|
6
|
+
<p>Vestibulum enim wisi, viverra nec, fringilla in, laoreet
|
|
7
|
+
vitae, risus. Donec sit amet nisl. Aliquam semper ipsum
|
|
8
|
+
sit amet velit.</p></li>
|
|
9
|
+
<li><p>Suspendisse id sem consectetuer libero luctus adipiscing.</p></li>
|
|
10
|
+
</ul>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
* This is a list item with two paragraphs. Lorem ipsum dolor
|
|
2
|
+
sit amet, consectetuer adipiscing elit. Aliquam hendrerit
|
|
3
|
+
mi posuere lectus.
|
|
4
|
+
|
|
5
|
+
Vestibulum enim wisi, viverra nec, fringilla in, laoreet
|
|
6
|
+
vitae, risus. Donec sit amet nisl. Aliquam semper ipsum
|
|
7
|
+
sit amet velit.
|
|
8
|
+
|
|
9
|
+
* Suspendisse id sem consectetuer libero luctus adipiscing.
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<ul>
|
|
2
|
+
<li><p>This is a list item with two paragraphs. Lorem ipsum dolor
|
|
3
|
+
sit amet, consectetuer adipiscing elit. Aliquam hendrerit
|
|
4
|
+
mi posuere lectus.</p>
|
|
5
|
+
|
|
6
|
+
<p>Vestibulum enim wisi, viverra nec, fringilla in, laoreet
|
|
7
|
+
vitae, risus. Donec sit amet nisl. Aliquam semper ipsum
|
|
8
|
+
sit amet velit.</p></li>
|
|
9
|
+
<li><p>Suspendisse id sem consectetuer libero luctus adipiscing.</p></li>
|
|
10
|
+
</ul>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1\. ordered list escape
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p>1. ordered list escape</p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph on 1 line.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<p>This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph on 1 line.</p>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This is a paragraph with a trailing and leading space.
|