DEBSOURCES
Skip Quicknav
sources / libmarkdent-perl / 0.40-1 / t / mdtest-data / Blockquotes%20with%20code%20blocks.text
1234567891011
> Example: > > sub status { > print "working"; > } > > Or: > > sub status { > return "working"; > }