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.

22 lines
427B

  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>