The default parser for the information after the fenced code block special characters (usually ` or ~)
public static bool DefaultInfoParser(BlockProcessor state, ref StringSlice line, IFencedBlock fenced, char openingCharacter)
The parser processor.
The line.
The fenced code block.
The opening character for this fenced code block.
true if parsing of the line is successfull; false otherwise