lichen-md/cms/vendor/php-markdown-lib-9.1/test/resources/markdown.mdtest/Blockquotes with code blocks.text
2024-08-10 10:34:12 +09:00

12 lines
135 B
Text

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