kyledot.net/system/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Blockquotes with code blocks.text
2025-02-10 06:33:08 +09:30

12 lines
135 B
Plaintext

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