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.

html-block.md 865B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. paragraph 1 is here
  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. more markdown here
  13. < this is not an html tag
  14. <thisisnotanhtmltag
  15. but this is:
  16. <img src="file.jpg"
  17. alt="some alt aligned with src attribute" title="some text" />
  18. <span class="test">some inline **md**</span>
  19. <span>some inline **md**</span>
  20. self-closing on block level:
  21. <p>this is a paragraph</p>
  22. <hr style="clear: both;" />
  23. something **bold**.
  24. <custom />
  25. # h1
  26. <custom multi="line" something="hi" />
  27. ## h2
  28. p <img src="file.jpg"
  29. alt="some alt aligned with src attribute"
  30. title="some text" />
  31. something
  32. p <img src="file.jpg"
  33. alt="some alt aligned with src attribute"
  34. title="some text" />
  35. something
  36. p is < than 5
  37. this is code
  38. this paragraph contains a <!-- multi
  39. line html comment -->
  40. newline