unplugged-system/external/markdown/tests/basic/blockquotes-with-code-blocks.txt

12 lines
135 B
Plaintext
Raw Normal View History

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