DEBSOURCES
Skip Quicknav
sources / python-sybil / 9.2.0-1 / tests / samples / myst-codeblock-blank-lines-indented.md
12345678910111213
This is a code block: ```python y = 0 # now a blank line: y += 1 # two blank lines: assert not y, 'Boom!' ```