hanayo/vendor/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.text
2019-02-23 13:29:15 +00:00

12 lines
135 B
Plaintext

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