Source position: markdown.parser.pas line 59
protected function TMarkDownBlockProcessor.InList(
aBlock: TMarkdownBlock;
ordered: Boolean;
marker: string;
indent: Integer;
grace: Integer;
out list: TMarkDownListBlock
):Boolean;