marked/test/main.md

54 lines
1.0 KiB
Markdown
Raw Normal View History

2011-07-24 08:15:35 -05:00
[test]: http://google.com/ "Google"
# A heading
Just a note, I've found that I can't test my markdown parser vs others.
For example, both markdown.js and showdown code blocks in lists wrong. They're
also completely [inconsistent][test] with regards to paragraphs in list items.
2011-08-13 23:49:16 -05:00
A link. Not anymore.
2011-07-24 08:15:35 -05:00
2011-08-13 23:49:16 -05:00
<aside>This will make me fail the test because
2011-07-24 08:15:35 -05:00
markdown.js doesnt acknowledge arbitrary html blocks =/</aside>
* List Item 1
2011-08-20 14:27:46 -05:00
2011-07-24 08:15:35 -05:00
* List Item 2
* New List Item 1
Hi, this is a list item.
* New List Item 2
Another item
Code goes here.
Lots of it...
* New List Item 3
The last item
2011-08-20 14:27:46 -05:00
2011-07-24 08:15:35 -05:00
* List Item 3
2011-08-20 08:59:47 -05:00
The final item.
2011-08-20 14:27:46 -05:00
2011-08-20 08:59:47 -05:00
* List Item 4
The real final item.
Paragraph.
2011-07-24 08:15:35 -05:00
> * bq Item 1
> * bq Item 2
> * New bq Item 1
> * New bq Item 2
2011-08-20 08:59:47 -05:00
> Text here
2011-07-24 08:15:35 -05:00
2011-08-13 23:49:16 -05:00
> Another blockquote!
> I really need to get
> more creative with
> mockup text..
2011-07-24 08:15:35 -05:00
> markdown.js breaks here again
Another Heading
-------------
Hello *world*. Here is a [link](//hello).
And an image ![alt](src).
Code goes here.
2011-08-13 23:49:16 -05:00
Lots of it...