Files
weave-scope/vendor/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.text
2015-10-24 11:19:50 +01:00

12 lines
135 B
Plaintext

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