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.
 
 
 

15 lines
248 B

  1. <p>In Markdown 1.0.0 and earlier. Version</p>
  2. <ol>
  3. <li>This line turns into a list item.
  4. Because a hard-wrapped line in the
  5. middle of a paragraph looked like a
  6. list item.</li>
  7. </ol>
  8. <p>Here's one with a bullet.</p>
  9. <ul>
  10. <li>criminey.</li>
  11. </ul>