markdown-testsuite 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (249) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +4 -0
  3. data/CONTRIBUTING.md +109 -0
  4. data/Gemfile +3 -0
  5. data/LICENSE.md +11 -0
  6. data/README.md +40 -0
  7. data/Rakefile +9 -0
  8. data/lib/markdown-testsuite.rb +71 -0
  9. data/lib/markdown/testsuite/test.rb +20 -0
  10. data/lib/markdown/testsuite/version.rb +8 -0
  11. data/markdown-spec.html +315 -0
  12. data/markdown-testsuite.gemspec +23 -0
  13. data/specification/2-paragraphs-hard-return-spaces.md +5 -0
  14. data/specification/2-paragraphs-hard-return-spaces.out +5 -0
  15. data/specification/2-paragraphs-hard-return.md +5 -0
  16. data/specification/2-paragraphs-hard-return.out +5 -0
  17. data/specification/2-paragraphs-line-returns.md +5 -0
  18. data/specification/2-paragraphs-line-returns.out +3 -0
  19. data/specification/2-paragraphs-line-spaces.md +3 -0
  20. data/specification/2-paragraphs-line-spaces.out +3 -0
  21. data/specification/2-paragraphs-line-tab.md +3 -0
  22. data/specification/2-paragraphs-line-tab.out +3 -0
  23. data/specification/2-paragraphs-line.md +3 -0
  24. data/specification/2-paragraphs-line.out +3 -0
  25. data/specification/EOL-CR+LF.md +6 -0
  26. data/specification/EOL-CR+LF.out +5 -0
  27. data/specification/EOL-CR.md +1 -0
  28. data/specification/EOL-CR.out +1 -0
  29. data/specification/EOL-LF.md +6 -0
  30. data/specification/EOL-LF.out +5 -0
  31. data/specification/ampersand-text-flow.md +1 -0
  32. data/specification/ampersand-text-flow.out +1 -0
  33. data/specification/ampersand-uri.md +1 -0
  34. data/specification/ampersand-uri.out +1 -0
  35. data/specification/asterisk-near-text.md +1 -0
  36. data/specification/asterisk-near-text.out +1 -0
  37. data/specification/asterisk.md +1 -0
  38. data/specification/asterisk.out +1 -0
  39. data/specification/backslash-escape.md +12 -0
  40. data/specification/backslash-escape.out +12 -0
  41. data/specification/blockquote-added-markup.md +3 -0
  42. data/specification/blockquote-added-markup.out +5 -0
  43. data/specification/blockquote-line-2-paragraphs.md +3 -0
  44. data/specification/blockquote-line-2-paragraphs.out +5 -0
  45. data/specification/blockquote-line.md +1 -0
  46. data/specification/blockquote-line.out +3 -0
  47. data/specification/blockquote-multiline-1-space-begin.md +3 -0
  48. data/specification/blockquote-multiline-1-space-begin.out +5 -0
  49. data/specification/blockquote-multiline-1-space-end.md +3 -0
  50. data/specification/blockquote-multiline-1-space-end.out +5 -0
  51. data/specification/blockquote-multiline-2-paragraphs.md +6 -0
  52. data/specification/blockquote-multiline-2-paragraphs.out +8 -0
  53. data/specification/blockquote-multiline.md +3 -0
  54. data/specification/blockquote-multiline.out +5 -0
  55. data/specification/blockquote-nested-multiplereturn-level1.md +5 -0
  56. data/specification/blockquote-nested-multiplereturn-level1.out +9 -0
  57. data/specification/blockquote-nested-multiplereturn.md +3 -0
  58. data/specification/blockquote-nested-multiplereturn.out +7 -0
  59. data/specification/blockquote-nested-return-level1.md +3 -0
  60. data/specification/blockquote-nested-return-level1.out +8 -0
  61. data/specification/blockquote-nested.md +2 -0
  62. data/specification/blockquote-nested.out +7 -0
  63. data/specification/code-1-tab.md +2 -0
  64. data/specification/code-1-tab.out +3 -0
  65. data/specification/code-4-spaces-escaping.md +2 -0
  66. data/specification/code-4-spaces-escaping.out +3 -0
  67. data/specification/code-4-spaces.md +2 -0
  68. data/specification/code-4-spaces.out +3 -0
  69. data/specification/em-middle-word.md +1 -0
  70. data/specification/em-middle-word.out +1 -0
  71. data/specification/em-star.md +1 -0
  72. data/specification/em-star.out +1 -0
  73. data/specification/em-underscore.md +1 -0
  74. data/specification/em-underscore.out +1 -0
  75. data/specification/entities-text-flow.md +1 -0
  76. data/specification/entities-text-flow.out +1 -0
  77. data/specification/extensions/fenced-code-block-p.out +3 -0
  78. data/specification/extensions/fenced-code-block-pre.out +3 -0
  79. data/specification/extensions/fenced-code-block.md +3 -0
  80. data/specification/extensions/gfm/README.markdown +1 -0
  81. data/specification/extensions/gfm/fenced-code-block.md +0 -0
  82. data/specification/extensions/gfm/fenced-code-block.out +3 -0
  83. data/specification/extensions/gfm/utf8.md +1 -0
  84. data/specification/extensions/gfm/utf8.out +1 -0
  85. data/specification/extensions/kramdown/README.markdown +1 -0
  86. data/specification/extensions/kramdown/fenced-code-block.md +0 -0
  87. data/specification/extensions/kramdown/fenced-code-block.out +3 -0
  88. data/specification/extensions/kramdown/utf8.md +1 -0
  89. data/specification/extensions/kramdown/utf8.out +1 -0
  90. data/specification/extensions/multimarkdown/README.markdown +1 -0
  91. data/specification/extensions/multimarkdown/fenced-code-block.md +0 -0
  92. data/specification/extensions/multimarkdown/fenced-code-block.out +3 -0
  93. data/specification/extensions/multimarkdown/utf8.md +1 -0
  94. data/specification/extensions/multimarkdown/utf8.out +1 -0
  95. data/specification/extensions/pandoc/README.markdown +1 -0
  96. data/specification/extensions/pandoc/fenced-code-block.md +0 -0
  97. data/specification/extensions/pandoc/fenced-code-block.out +3 -0
  98. data/specification/extensions/pandoc/utf8.md +1 -0
  99. data/specification/extensions/pandoc/utf8.out +1 -0
  100. data/specification/extensions/redcarpet/README.markdown +1 -0
  101. data/specification/extensions/redcarpet/fenced-code-block.md +0 -0
  102. data/specification/extensions/redcarpet/fenced-code-block.out +3 -0
  103. data/specification/extensions/redcarpet/utf8.md +1 -0
  104. data/specification/extensions/redcarpet/utf8.out +1 -0
  105. data/specification/extensions/utf8.md +1 -0
  106. data/specification/extensions/utf8.out +1 -0
  107. data/specification/header-level1-equal-underlined.md +2 -0
  108. data/specification/header-level1-equal-underlined.out +1 -0
  109. data/specification/header-level1-hash-sign-closed.md +1 -0
  110. data/specification/header-level1-hash-sign-closed.out +1 -0
  111. data/specification/header-level1-hash-sign-trailing-1-space.md +1 -0
  112. data/specification/header-level1-hash-sign-trailing-1-space.out +1 -0
  113. data/specification/header-level1-hash-sign-trailing-2-spaces.md +2 -0
  114. data/specification/header-level1-hash-sign-trailing-2-spaces.out +3 -0
  115. data/specification/header-level1-hash-sign.md +1 -0
  116. data/specification/header-level1-hash-sign.out +1 -0
  117. data/specification/header-level2-dash-underlined.md +2 -0
  118. data/specification/header-level2-dash-underlined.out +1 -0
  119. data/specification/header-level2-hash-sign-closed.md +1 -0
  120. data/specification/header-level2-hash-sign-closed.out +1 -0
  121. data/specification/header-level2-hash-sign.md +1 -0
  122. data/specification/header-level2-hash-sign.out +1 -0
  123. data/specification/header-level3-hash-sign-closed.md +1 -0
  124. data/specification/header-level3-hash-sign-closed.out +1 -0
  125. data/specification/header-level3-hash-sign.md +1 -0
  126. data/specification/header-level3-hash-sign.out +1 -0
  127. data/specification/header-level4-hash-sign-closed.md +1 -0
  128. data/specification/header-level4-hash-sign-closed.out +1 -0
  129. data/specification/header-level4-hash-sign.md +1 -0
  130. data/specification/header-level4-hash-sign.out +1 -0
  131. data/specification/header-level5-hash-sign-closed.md +1 -0
  132. data/specification/header-level5-hash-sign-closed.out +1 -0
  133. data/specification/header-level5-hash-sign.md +1 -0
  134. data/specification/header-level5-hash-sign.out +1 -0
  135. data/specification/header-level6-hash-sign-closed.md +1 -0
  136. data/specification/header-level6-hash-sign-closed.out +1 -0
  137. data/specification/header-level6-hash-sign.md +1 -0
  138. data/specification/header-level6-hash-sign.out +1 -0
  139. data/specification/horizontal-rule-3-dashes-spaces.md +1 -0
  140. data/specification/horizontal-rule-3-dashes-spaces.out +1 -0
  141. data/specification/horizontal-rule-3-dashes.md +1 -0
  142. data/specification/horizontal-rule-3-dashes.out +1 -0
  143. data/specification/horizontal-rule-3-stars.md +1 -0
  144. data/specification/horizontal-rule-3-stars.out +1 -0
  145. data/specification/horizontal-rule-3-underscores.md +1 -0
  146. data/specification/horizontal-rule-3-underscores.out +1 -0
  147. data/specification/horizontal-rule-7-dashes.md +1 -0
  148. data/specification/horizontal-rule-7-dashes.out +1 -0
  149. data/specification/img-idref-title.md +3 -0
  150. data/specification/img-idref-title.out +1 -0
  151. data/specification/img-idref.md +3 -0
  152. data/specification/img-idref.out +1 -0
  153. data/specification/img-title.md +1 -0
  154. data/specification/img-title.out +1 -0
  155. data/specification/img.md +1 -0
  156. data/specification/img.out +1 -0
  157. data/specification/inline-code-escaping-entities.md +1 -0
  158. data/specification/inline-code-escaping-entities.out +1 -0
  159. data/specification/inline-code-with-visible-backtick.md +1 -0
  160. data/specification/inline-code-with-visible-backtick.out +1 -0
  161. data/specification/inline-code.md +1 -0
  162. data/specification/inline-code.out +1 -0
  163. data/specification/line-break-2-spaces.md +2 -0
  164. data/specification/line-break-2-spaces.out +2 -0
  165. data/specification/line-break-5-spaces.md +2 -0
  166. data/specification/line-break-5-spaces.out +2 -0
  167. data/specification/link-automatic-email.md +1 -0
  168. data/specification/link-automatic-email.out +1 -0
  169. data/specification/link-automatic.md +1 -0
  170. data/specification/link-automatic.out +1 -0
  171. data/specification/link-bracket-paranthesis-title.md +1 -0
  172. data/specification/link-bracket-paranthesis-title.out +1 -0
  173. data/specification/link-bracket-paranthesis.md +1 -0
  174. data/specification/link-bracket-paranthesis.out +1 -0
  175. data/specification/link-idref-angle-bracket.md +3 -0
  176. data/specification/link-idref-angle-bracket.out +1 -0
  177. data/specification/link-idref-implicit-spaces.md +3 -0
  178. data/specification/link-idref-implicit-spaces.out +1 -0
  179. data/specification/link-idref-implicit.md +3 -0
  180. data/specification/link-idref-implicit.out +1 -0
  181. data/specification/link-idref-space.md +3 -0
  182. data/specification/link-idref-space.out +1 -0
  183. data/specification/link-idref-title-next-line.md +4 -0
  184. data/specification/link-idref-title-next-line.out +1 -0
  185. data/specification/link-idref-title-paranthesis.md +3 -0
  186. data/specification/link-idref-title-paranthesis.out +1 -0
  187. data/specification/link-idref-title-single-quote.md +3 -0
  188. data/specification/link-idref-title-single-quote.out +1 -0
  189. data/specification/link-idref-title.md +3 -0
  190. data/specification/link-idref-title.out +1 -0
  191. data/specification/link-idref.md +3 -0
  192. data/specification/link-idref.out +1 -0
  193. data/specification/list-blockquote.md +3 -0
  194. data/specification/list-blockquote.out +7 -0
  195. data/specification/list-code.md +4 -0
  196. data/specification/list-code.out +7 -0
  197. data/specification/list-multiparagraphs-tab.md +9 -0
  198. data/specification/list-multiparagraphs-tab.out +10 -0
  199. data/specification/list-multiparagraphs.md +9 -0
  200. data/specification/list-multiparagraphs.out +10 -0
  201. data/specification/ordered-list-escaped.md +1 -0
  202. data/specification/ordered-list-escaped.out +1 -0
  203. data/specification/ordered-list-items-random-number.md +3 -0
  204. data/specification/ordered-list-items-random-number.out +5 -0
  205. data/specification/ordered-list-items.md +3 -0
  206. data/specification/ordered-list-items.out +5 -0
  207. data/specification/paragraph-hard-return.md +3 -0
  208. data/specification/paragraph-hard-return.out +3 -0
  209. data/specification/paragraph-line.md +1 -0
  210. data/specification/paragraph-line.out +1 -0
  211. data/specification/paragraph-trailing-leading-spaces.md +1 -0
  212. data/specification/paragraph-trailing-leading-spaces.out +1 -0
  213. data/specification/paragraph-trailing-tab.md +1 -0
  214. data/specification/paragraph-trailing-tab.out +1 -0
  215. data/specification/paragraphs-2-leading-spaces.md +1 -0
  216. data/specification/paragraphs-2-leading-spaces.out +1 -0
  217. data/specification/paragraphs-3-leading-spaces.md +1 -0
  218. data/specification/paragraphs-3-leading-spaces.out +1 -0
  219. data/specification/paragraphs-leading-space.md +1 -0
  220. data/specification/paragraphs-leading-space.out +1 -0
  221. data/specification/paragraphs-trailing-spaces.md +1 -0
  222. data/specification/paragraphs-trailing-spaces.out +1 -0
  223. data/specification/strong-middle-word.md +1 -0
  224. data/specification/strong-middle-word.out +1 -0
  225. data/specification/strong-star.md +1 -0
  226. data/specification/strong-star.out +1 -0
  227. data/specification/strong-underscore.md +1 -0
  228. data/specification/strong-underscore.out +1 -0
  229. data/specification/unordered-list-items-asterisk.md +3 -0
  230. data/specification/unordered-list-items-asterisk.out +5 -0
  231. data/specification/unordered-list-items-dashsign.md +3 -0
  232. data/specification/unordered-list-items-dashsign.out +5 -0
  233. data/specification/unordered-list-items-leading-1space.md +3 -0
  234. data/specification/unordered-list-items-leading-1space.out +5 -0
  235. data/specification/unordered-list-items-leading-2spaces.md +3 -0
  236. data/specification/unordered-list-items-leading-2spaces.out +5 -0
  237. data/specification/unordered-list-items-leading-3spaces.md +3 -0
  238. data/specification/unordered-list-items-leading-3spaces.out +5 -0
  239. data/specification/unordered-list-items-plussign.md +3 -0
  240. data/specification/unordered-list-items-plussign.out +5 -0
  241. data/specification/unordered-list-paragraphs.md +3 -0
  242. data/specification/unordered-list-paragraphs.out +4 -0
  243. data/specification/unordered-list-unindented-content.md +2 -0
  244. data/specification/unordered-list-unindented-content.out +4 -0
  245. data/specification/unordered-list-with-indented-content.md +5 -0
  246. data/specification/unordered-list-with-indented-content.out +7 -0
  247. data/specs/spec_helper.rb +2 -0
  248. data/specs/testsuite_spec.rb +41 -0
  249. metadata +321 -0
@@ -0,0 +1,3 @@
1
+ <pre><code>
2
+ a
3
+ </code></pre>
@@ -0,0 +1 @@
1
+ <p>€</p>
@@ -0,0 +1 @@
1
+ https://github.com/vmg/redcarpet
@@ -0,0 +1,3 @@
1
+ <p><code>
2
+ a
3
+ </code></p>
@@ -0,0 +1 @@
1
+ <p>€</p>
@@ -0,0 +1 @@
1
+
@@ -0,0 +1 @@
1
+ <p>€</p>
@@ -0,0 +1,2 @@
1
+ This is an H1
2
+ =============
@@ -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
+ <p># This is an H1</p>
@@ -0,0 +1,2 @@
1
+ # this is an h1 with two trailing spaces
2
+ A new paragraph.
@@ -0,0 +1,3 @@
1
+ <h1>this is an h1 with two trailing spaces</h1>
2
+
3
+ <p>A new paragraph.</p>
@@ -0,0 +1 @@
1
+ # This is an H1
@@ -0,0 +1 @@
1
+ <h1>This is an H1</h1>
@@ -0,0 +1,2 @@
1
+ This is an H2
2
+ -------------
@@ -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,3 @@
1
+ ![HTML5][h5]
2
+
3
+ [h5]: http://www.w3.org/html/logo/img/mark-word-icon.png "HTML5 for everyone"
@@ -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,3 @@
1
+ ![HTML5][h5]
2
+
3
+ [h5]: http://www.w3.org/html/logo/img/mark-word-icon.png
@@ -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
+ ![HTML5](http://www.w3.org/html/logo/img/mark-word-icon.png "HTML5 logo for everyone")
@@ -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
+ ![HTML5](http://www.w3.org/html/logo/img/mark-word-icon.png)
@@ -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>&lt;code&gt; and &amp;</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,2 @@
1
+ A first sentence
2
+ and a line break.
@@ -0,0 +1,2 @@
1
+ <p>A first sentence<br />
2
+ and a line break.</p>
@@ -0,0 +1,2 @@
1
+ A first sentence
2
+ and a line break.
@@ -0,0 +1,2 @@
1
+ <p>A first sentence<br />
2
+ and a line break.</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="&#x6d;&#x61;&#105;&#x6c;&#116;&#x6f;&#x3a;&#102;&#111;&#x6f;&#x6c;&#x73;&#x70;&#x61;&#x6d;&#x40;&#101;&#120;&#x61;&#x6d;&#112;&#x6c;&#101;&#46;&#x6f;&#114;&#x67;">&#x66;&#x6f;&#x6f;&#x6c;&#x73;&#112;&#x61;&#109;&#64;&#101;&#x78;&#97;&#x6d;&#112;&#x6c;&#101;&#x2e;&#x6f;&#x72;&#x67;</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,3 @@
1
+ [World Wide Web Consortium][w3c]
2
+
3
+ [w3c]: <http://www.w3.org/>
@@ -0,0 +1 @@
1
+ <p><a href="http://www.w3.org/">World Wide Web Consortium</a></p>
@@ -0,0 +1,3 @@
1
+ [World Wide Web Consortium][]
2
+
3
+ [World Wide Web Consortium]: http://www.w3.org/
@@ -0,0 +1 @@
1
+ <p><a href="http://www.w3.org/">World Wide Web Consortium</a></p>
@@ -0,0 +1,3 @@
1
+ [w3c][]
2
+
3
+ [w3c]: http://www.w3.org/
@@ -0,0 +1 @@
1
+ <p><a href="http://www.w3.org/">w3c</a></p>
@@ -0,0 +1,3 @@
1
+ [World Wide Web Consortium] [w3c]
2
+
3
+ [w3c]: http://www.w3.org/
@@ -0,0 +1 @@
1
+ <p><a href="http://www.w3.org/">World Wide Web Consortium</a></p>
@@ -0,0 +1,4 @@
1
+ [World Wide Web Consortium][w3c]
2
+
3
+ [w3c]: http://www.w3.org/
4
+ "Discover W3C"
@@ -0,0 +1 @@
1
+ <p><a href="http://www.w3.org/" title="Discover W3C">World Wide Web Consortium</a></p>
@@ -0,0 +1,3 @@
1
+ [World Wide Web Consortium][w3c]
2
+
3
+ [w3c]: http://www.w3.org/ (Discover w3c)
@@ -0,0 +1 @@
1
+ <p><a href="http://www.w3.org/" title="Discover w3c">World Wide Web Consortium</a></p>
@@ -0,0 +1,3 @@
1
+ [World Wide Web Consortium][w3c]
2
+
3
+ [w3c]: http://www.w3.org/ 'Discover w3c'
@@ -0,0 +1 @@
1
+ <p><a href="http://www.w3.org/" title="Discover w3c">World Wide Web Consortium</a></p>
@@ -0,0 +1,3 @@
1
+ [World Wide Web Consortium][w3c]
2
+
3
+ [w3c]: http://www.w3.org/ "Discover w3c"
@@ -0,0 +1 @@
1
+ <p><a href="http://www.w3.org/" title="Discover w3c">World Wide Web Consortium</a></p>
@@ -0,0 +1,3 @@
1
+ [World Wide Web Consortium][w3c]
2
+
3
+ [w3c]: http://www.w3.org/
@@ -0,0 +1 @@
1
+ <p><a href="http://www.w3.org/">World Wide Web Consortium</a></p>
@@ -0,0 +1,3 @@
1
+ * a list containing a blockquote
2
+
3
+ > this the blockquote in the list
@@ -0,0 +1,7 @@
1
+ <ul>
2
+ <li><p>a list containing a blockquote</p>
3
+
4
+ <blockquote>
5
+ <p>this the blockquote in the list</p>
6
+ </blockquote></li>
7
+ </ul>
@@ -0,0 +1,4 @@
1
+ * a list containing a block of code
2
+
3
+ 10 PRINT HELLO INFINITE
4
+ 20 GOTO 10
@@ -0,0 +1,7 @@
1
+ <ul>
2
+ <li><p>a list containing a block of code</p>
3
+
4
+ <pre><code>10 PRINT HELLO INFINITE
5
+ 20 GOTO 10
6
+ </code></pre></li>
7
+ </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,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,3 @@
1
+ 1. list item 1
2
+ 8. list item 2
3
+ 1. list item 3
@@ -0,0 +1,5 @@
1
+ <ol>
2
+ <li>list item 1</li>
3
+ <li>list item 2</li>
4
+ <li>list item 3</li>
5
+ </ol>
@@ -0,0 +1,3 @@
1
+ 1. list item 1
2
+ 2. list item 2
3
+ 3. list item 3
@@ -0,0 +1,5 @@
1
+ <ol>
2
+ <li>list item 1</li>
3
+ <li>list item 2</li>
4
+ <li>list item 3</li>
5
+ </ol>
@@ -0,0 +1,3 @@
1
+ This is a paragraph
2
+ on multiple lines
3
+ with hard return.
@@ -0,0 +1,3 @@
1
+ <p>This is a paragraph
2
+ on multiple lines
3
+ with hard return.</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.