discourse/test/javascripts/mdtest/fixtures/Blockquotes with code blocks.text
2013-10-16 10:28:42 -04:00

11 lines
135 B
Text
Executable file

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