md1_tabs.html 427 B

12345678910111213141516171819202122
  1. <ul>
  2. <li><p>this is a list item
  3. indented with tabs</p>
  4. </li>
  5. <li><p>this is a list item
  6. indented with spaces</p>
  7. </li>
  8. </ul>
  9. <p>Code:</p>
  10. <pre><code>this code block is indented by one tab
  11. </code></pre>
  12. <p>And:</p>
  13. <pre><code> this code block is indented by two tabs
  14. </code></pre>
  15. <p>And:</p>
  16. <pre><code>+ this is an example list item
  17. indented with tabs
  18. + this is an example list item
  19. indented with spaces
  20. </code></pre>