zanders-php-markdown/test/resources/markdown.mdtest/Blockquotes with code blocks.text
2018-01-27 13:51:14 -05:00

11 lines
135 B
Text

> Example:
>
> sub status {
> print "working";
> }
>
> Or:
>
> sub status {
> return "working";
> }