main.text 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [test]: http://google.com/ "Google"
  2. # A heading
  3. Just a note, I've found that I can't test my markdown parser vs others.
  4. For example, both markdown.js and showdown code blocks in lists wrong. They're
  5. also completely [inconsistent][test] with regards to paragraphs in list items.
  6. A link. Not anymore.
  7. <aside>This will make me fail the test because
  8. markdown.js doesnt acknowledge arbitrary html blocks =/</aside>
  9. * List Item 1
  10. * List Item 2
  11. * New List Item 1
  12. Hi, this is a list item.
  13. * New List Item 2
  14. Another item
  15. Code goes here.
  16. Lots of it...
  17. * New List Item 3
  18. The last item
  19. * List Item 3
  20. The final item.
  21. * List Item 4
  22. The real final item.
  23. Paragraph.
  24. > * bq Item 1
  25. > * bq Item 2
  26. > * New bq Item 1
  27. > * New bq Item 2
  28. > Text here
  29. * * *
  30. > Another blockquote!
  31. > I really need to get
  32. > more creative with
  33. > mockup text..
  34. > markdown.js breaks here again
  35. Another Heading
  36. -------------
  37. Hello *world*. Here is a [link](//hello).
  38. And an image ![alt](src).
  39. Code goes here.
  40. Lots of it...