DEBSOURCES
Skip Quicknav
sources / haskell-markdown / 0.1.17.5-3 / test / Tests / Blockquotes%20with%20code%20blocks.text
1234567891011
> Example: > > sub status { > print "working"; > } > > Or: > > sub status { > return "working"; > }