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.
 
 
 

132 lines
903 B

  1. ## Unordered
  2. Asterisks tight:
  3. * asterisk 1
  4. * asterisk 2
  5. * asterisk 3
  6. Asterisks loose:
  7. * asterisk 1
  8. * asterisk 2
  9. * asterisk 3
  10. * * *
  11. Pluses tight:
  12. + Plus 1
  13. + Plus 2
  14. + Plus 3
  15. Pluses loose:
  16. + Plus 1
  17. + Plus 2
  18. + Plus 3
  19. * * *
  20. Minuses tight:
  21. - Minus 1
  22. - Minus 2
  23. - Minus 3
  24. Minuses loose:
  25. - Minus 1
  26. - Minus 2
  27. - Minus 3
  28. ## Ordered
  29. Tight:
  30. 1. First
  31. 2. Second
  32. 3. Third
  33. and:
  34. 1. One
  35. 2. Two
  36. 3. Three
  37. Loose using tabs:
  38. 1. First
  39. 2. Second
  40. 3. Third
  41. and using spaces:
  42. 1. One
  43. 2. Two
  44. 3. Three
  45. Multiple paragraphs:
  46. 1. Item 1, graf one.
  47. Item 2. graf two. The quick brown fox jumped over the lazy dog's
  48. back.
  49. 2. Item 2.
  50. 3. Item 3.
  51. ## Nested
  52. * Tab
  53. * Tab
  54. * Tab
  55. Here's another:
  56. 1. First
  57. 2. Second:
  58. * Fee
  59. * Fie
  60. * Foe
  61. 3. Third
  62. Same thing but with paragraphs:
  63. 1. First
  64. 2. Second:
  65. * Fee
  66. * Fie
  67. * Foe
  68. 3. Third
  69. This was an error in Markdown 1.0.1:
  70. * this
  71. * sub
  72. that