DEBSOURCES
Skip Quicknav
sources / golang-blackfriday-v2 / 2.1.0-1 / testdata / Blockquotes%20with%20code%20blocks.text
1234567891011
> Example: > > sub status { > print "working"; > } > > Or: > > sub status { > return "working"; > }