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

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

The roundtrip parser for the information after the fenced code block special characters (usually ` or ~)

public static bool RoundtripInfoParser(BlockProcessor blockProcessor, ref StringSlice line, IFencedBlock fenced, char openingCharacter)

Parameters

blockProcessor
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