Current section
Files
Jump to
Current section
Files
src/hoedown/test/MarkdownTest_1.0.3/Tests/Blockquotes with code blocks.text
> Example:
>
> sub status {
> print "working";
> }
>
> Or:
>
> sub status {
> return "working";
> }