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