discourse/test/javascripts/mdtest/fixtures/Blockquotes with code blocks.text

12 lines
135 B
Plaintext
Raw Normal View History

2013-09-12 03:52:37 +08:00
> Example:
>
> sub status {
> print "working";
> }
>
> Or:
>
> sub status {
> return "working";
> }