1
0
mirror of https://github.com/restic/restic.git synced 2024-07-17 10:57:31 +02:00
restic/vendor/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.text
2017-08-05 11:08:49 +02:00

12 lines
135 B
Plaintext

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