dispatch/vendor/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.text
2016-03-01 01:51:26 +01:00

12 lines
135 B
Plaintext

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