DEBSOURCES
Skip Quicknav
sources / mistune0 / 0.8.4-6 / tests / fixtures / normal / blockquotes_with_code_blocks.text
1234567891011
> Example: > > sub status { > print "working"; > } > > Or: > > sub status { > return "working"; > }