discourse/test/javascripts/mdtest/fixtures/Blockquotes with code blocks.text
Marcus Rückert 9460ed1b60 Plain text files do not need to be executable
Found with rpmlint.
2015-05-12 13:21:22 +02:00

11 lines
135 B
Text

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