android_mt6572_jiabo/external/markdown/MarkdownTest/Tests_2004/Blockquotes with code blocks.text
2025-09-05 16:56:03 +08:00

11 lines
135 B
Text

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