Files
LearnGO/go/pkg/mod/github.com/russross/blackfriday/v2@v2.1.0/testdata/Blockquotes with code blocks.text
T
2024-09-19 21:38:24 -04:00

12 lines
135 B
Plaintext

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