DefaultInfoParser(BlockProcessor, ref StringSlice, IFencedBlock, Char) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

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)

Parameters

state
BlockProcessor

The parser processor.

line
StringSlice

The line.

fenced
IFencedBlock

The fenced code block.

openingCharacter
Char

The opening character for this fenced code block.

Returns

Boolean
true if parsing of the line is successfull; false otherwise