hoedown/test/MarkdownTest_1.0.3/Tests/Blockquotes with code blocks.text
2013-09-18 16:36:04 -05:00

11 lines
135 B
Text

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