showdown/test/functional/makemarkdown/cases/standard/blockquote-nested-markdown.md
Estevao Soares dos Santos 173ad51b05 test: fix tests
2017-12-23 13:20:14 +00:00

11 lines
196 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");
> ```