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