DEBSOURCES
Skip Quicknav
sources / python-markdown / 3.10-2 / tests / basic / blockquotes-with-code-blocks.txt
1234567891011
> Example: > > sub status { > print "working"; > } > > Or: > > sub status { > return "working"; > }