Source position: markdown.utils.pas line 95
function LeadingWhitespace(
const S: string
):Integer;function LeadingWhitespace(
const S: string;
out aTabs: Integer
out aTabs: Integer;
out aWhitespaceChars: Integer
):Integer;