summaryrefslogtreecommitdiff
path: root/test/rdoc/MarkdownTest_1.0.3/Blockquotes with code blocks.text
blob: c31d171049d2814fa36aa21bba1669d60accb2be (plain)
1
2
3
4
5
6
7
8
9
10
11
> Example:
> 
>     sub status {
>         print "working";
>     }
> 
> Or:
> 
>     sub status {
>         return "working";
>     }