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.

26 lines
440 B

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