DEBSOURCES
Skip Quicknav
sources / libtext-multimarkdown-perl / 1.000035-1 / t / Text-MultiMarkdown.mdtest / Blockquotes_with_code_blocks.text
1234567891011
> Example: > > sub status { > print "working"; > } > > Or: > > sub status { > return "working"; > }