showdown/test/functional/makehtml/cases/standard/blockquote-nested-markdown.md
2017-12-23 12:35:31 +00:00

9 lines
189 B
Markdown

> ## 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");