showdown/test/functional/makemarkdown/cases/standard/blockquote-nested-markdown.md

11 lines
196 B
Markdown
Raw Permalink Normal View History

2017-12-23 20:35:31 +08:00
> ## This is a header.
2017-12-23 21:20:14 +08:00
>
2017-12-23 20:35:31 +08:00
> 1. This is the first list item.
> 2. This is the second list item.
2017-12-23 21:20:14 +08:00
>
2017-12-23 20:35:31 +08:00
> Here's some example code:
2017-12-23 21:20:14 +08:00
>
2017-12-23 20:35:31 +08:00
> ```
> return shell_exec("echo $input | $markdown_script");
> ```