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