GetParsersForOpeningCharacter(UInt32) Method

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Gets the list of parsers valid for the specified opening character.

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public T[]? GetParsersForOpeningCharacter(uint openingChar)

Parameters

openingChar
UInt32

The opening character.

Returns

{T}[]
A list of parsers valid for the specified opening character or null if no parsers registered.