DEBSOURCES
Skip Quicknav
sources / golang-github-gomarkdown-markdown / 0.0~git20231115.a660076-1 / testdata / Blockquotes%20with%20code%20blocks.text
1234567891011
> Example: > > sub status { > print "working"; > } > > Or: > > sub status { > return "working"; > }