setext_headings.unit 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. >>> Setext headings - 50
  2. Foo *bar*
  3. =========
  4. Foo *bar*
  5. ---------
  6. <<<
  7. <h1>Foo <em>bar</em></h1>
  8. <h2>Foo <em>bar</em></h2>
  9. >>> Setext headings - 51
  10. Foo *bar
  11. baz*
  12. ====
  13. <<<
  14. <h1>Foo <em>bar
  15. baz</em></h1>
  16. >>> Setext headings - 52
  17. Foo *bar
  18. baz*
  19. ====
  20. <<<
  21. <h1> Foo <em>bar
  22. baz</em></h1>
  23. >>> Setext headings - 53
  24. Foo
  25. -------------------------
  26. Foo
  27. =
  28. <<<
  29. <h2>Foo</h2>
  30. <h1>Foo</h1>
  31. >>> Setext headings - 54
  32. Foo
  33. ---
  34. Foo
  35. -----
  36. Foo
  37. ===
  38. <<<
  39. <h2> Foo</h2>
  40. <h2> Foo</h2>
  41. <h1> Foo</h1>
  42. >>> Setext headings - 55
  43. Foo
  44. ---
  45. Foo
  46. ---
  47. <<<
  48. <pre><code>Foo
  49. ---
  50. Foo
  51. </code></pre>
  52. <hr />
  53. >>> Setext headings - 56
  54. Foo
  55. ----
  56. <<<
  57. <h2>Foo</h2>
  58. >>> Setext headings - 57
  59. Foo
  60. ---
  61. <<<
  62. <p>Foo
  63. ---</p>
  64. >>> Setext headings - 58
  65. Foo
  66. = =
  67. Foo
  68. --- -
  69. <<<
  70. <p>Foo
  71. = =</p>
  72. <p>Foo</p>
  73. <hr />
  74. >>> Setext headings - 59
  75. Foo
  76. -----
  77. <<<
  78. <h2>Foo</h2>
  79. >>> Setext headings - 60
  80. Foo\
  81. ----
  82. <<<
  83. <h2>Foo\</h2>
  84. >>> Setext headings - 61
  85. `Foo
  86. ----
  87. `
  88. <a title="a lot
  89. ---
  90. of dashes"/>
  91. <<<
  92. <h2>`Foo</h2>
  93. <p>`</p>
  94. <h2>&lt;a title=&quot;a lot</h2>
  95. <p>of dashes&quot;/&gt;</p>
  96. >>> Setext headings - 62
  97. > Foo
  98. ---
  99. <<<
  100. <blockquote>
  101. <p>Foo</p>
  102. </blockquote>
  103. <hr />
  104. >>> Setext headings - 63
  105. > foo
  106. bar
  107. ===
  108. <<<
  109. <blockquote>
  110. <p>foo
  111. bar
  112. ===</p>
  113. </blockquote>
  114. >>> Setext headings - 64
  115. - Foo
  116. ---
  117. <<<
  118. <ul>
  119. <li>Foo</li>
  120. </ul>
  121. <hr />
  122. >>> Setext headings - 65
  123. Foo
  124. Bar
  125. ---
  126. <<<
  127. <h2>Foo
  128. Bar</h2>
  129. >>> Setext headings - 66
  130. ---
  131. Foo
  132. ---
  133. Bar
  134. ---
  135. Baz
  136. <<<
  137. <hr />
  138. <h2>Foo</h2>
  139. <h2>Bar</h2>
  140. <p>Baz</p>
  141. >>> Setext headings - 67
  142. ====
  143. <<<
  144. <p>====</p>
  145. >>> Setext headings - 68
  146. ---
  147. ---
  148. <<<
  149. <hr />
  150. <hr />
  151. >>> Setext headings - 69
  152. - foo
  153. -----
  154. <<<
  155. <ul>
  156. <li>foo</li>
  157. </ul>
  158. <hr />
  159. >>> Setext headings - 70
  160. foo
  161. ---
  162. <<<
  163. <pre><code>foo
  164. </code></pre>
  165. <hr />
  166. >>> Setext headings - 71
  167. > foo
  168. -----
  169. <<<
  170. <blockquote>
  171. <p>foo</p>
  172. </blockquote>
  173. <hr />
  174. >>> Setext headings - 72
  175. \> foo
  176. ------
  177. <<<
  178. <h2>&gt; foo</h2>
  179. >>> Setext headings - 73
  180. Foo
  181. bar
  182. ---
  183. baz
  184. <<<
  185. <p>Foo</p>
  186. <h2>bar</h2>
  187. <p>baz</p>
  188. >>> Setext headings - 74
  189. Foo
  190. bar
  191. ---
  192. baz
  193. <<<
  194. <p>Foo
  195. bar</p>
  196. <hr />
  197. <p>baz</p>
  198. >>> Setext headings - 75
  199. Foo
  200. bar
  201. * * *
  202. baz
  203. <<<
  204. <p>Foo
  205. bar</p>
  206. <hr />
  207. <p>baz</p>
  208. >>> Setext headings - 76
  209. Foo
  210. bar
  211. \---
  212. baz
  213. <<<
  214. <p>Foo
  215. bar
  216. ---
  217. baz</p>