You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.0KB

  1. <p>paragraph 1 is here</p>
  2. <table>
  3. <tr>
  4. <td>a</td>
  5. <td>b</td>
  6. </tr>
  7. <tr>
  8. <td>c</td>
  9. <td>d</td>
  10. </tr>
  11. </table>
  12. <p>more markdown here</p>
  13. <p>&lt; this is not an html tag</p>
  14. <p>&lt;thisisnotanhtmltag</p>
  15. <p>but this is:</p>
  16. <p><img src="file.jpg"
  17. alt="some alt aligned with src attribute" title="some text" /></p>
  18. <p><span class="test">some inline <strong>md</strong></span></p>
  19. <p><span>some inline <strong>md</strong></span></p>
  20. <p>self-closing on block level:</p>
  21. <p>this is a paragraph</p>
  22. <hr style="clear: both;" />
  23. <p>something <strong>bold</strong>.</p>
  24. <custom />
  25. <h1>h1</h1>
  26. <custom multi="line" something="hi" />
  27. <h2>h2</h2>
  28. <p>p <img src="file.jpg"
  29. alt="some alt aligned with src attribute"
  30. title="some text" />
  31. something</p>
  32. <p>p <img src="file.jpg"
  33. alt="some alt aligned with src attribute"
  34. title="some text" /></p>
  35. <pre><code>something
  36. </code></pre>
  37. <p>p is &lt; than 5</p>
  38. <pre><code>this is code
  39. </code></pre>
  40. <p>this paragraph contains a <!-- multi
  41. line html comment -->
  42. newline</p>