rhymix/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Blockquotes with code blocks.text
2020-04-08 00:10:06 +09:00

11 lines
135 B
Text

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