Delegate used to parse the string on the first line after the fenced code block special characters (usually ` or ~)
public delegate bool InfoParserDelegate(BlockProcessor state, ref StringSlice line, IFencedBlock fenced, char openingCharacter);
The parser processor.
The being processed line.
The fenced code block.
The opening character for the fenced code block (usually ` or ~)
true if parsing of the line is successfull; false otherwise