android_mt6572_jiabo/external/markdown/tests/markdown-test/blockquotes-with-code-blocks.txt
2025-09-05 16:56:03 +08:00

11 lines
135 B
Text

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