Source position: markdown.parser.pas line 45
type TMarkdownBlockProcessingContext = (
bpGeneral,
bpCodeBlock,
bpFencedCodeBlock
);