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 348B

123456789101112131415161718192021222324252627
  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. <span class="test">some inline **md**</span>
  16. <span>some inline **md**</span>
  17. self-closing on block level:
  18. <p>this is a paragraph</p>
  19. <hr style="clear: both;" />