Files
MYSOPHAL/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Blockquotes with code blocks.text
2025-11-11 14:49:30 +01:00

12 lines
135 B
Plaintext

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