streams/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Blockquotes with code blocks.text
2019-12-04 16:46:07 +11:00

11 lines
135 B
Text

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