DEBSOURCES
Skip Quicknav
sources / node-marked / 0.3.2%2Bdfsg-1 / test / tests / blockquotes_with_code_blocks.text
1234567891011
> Example: > > sub status { > print "working"; > } > > Or: > > sub status { > return "working"; > }