discourse/test/javascripts/mdtest/fixtures/Blockquotes with code block...

12 lines
135 B
Plaintext
Raw Normal View History

2013-09-11 15:52:37 -04:00
> Example:
>
> sub status {
> print "working";
> }
>
> Or:
>
> sub status {
> return "working";
> }