1
0
mirror of https://github.com/restic/restic.git synced 2024-07-20 11:27:33 +02:00
restic/vendor/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.text

12 lines
135 B
Plaintext
Raw Normal View History

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