android13/external/markdown/tests/markdown-test/blockquotes-with-code-block...

12 lines
135 B
Plaintext

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