-
Home
-
API
-
Markdig.Parsers
-
ParserList
-
Methods
-
GetParsersForOpeningCharacter(UInt32)
GetParsersForOpeningCharacter(UInt32) Method
Definition
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.