Source position: markdown.elements.pas line 36
type TPosition = record
line: Integer;
col: Integer;
end;