showdown/test/cases/blockquote-nested-markdown.md

8 lines
188 B
Markdown
Raw Normal View History

2012-06-14 13:05:31 +08:00
> ## This is a header.
>
> 1. This is the first list item.
> 2. This is the second list item.
>
> Here's some example code:
>
> return shell_exec("echo $input | $markdown_script");