Files
Chamilo/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Blockquotes with code blocks.text
2025-08-14 22:41:49 +02:00

12 lines
135 B
Plaintext

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