OpeningCharacters Property

Definition

Namespace Markdig.Parsers
Assembly Markdig.dll

Gets the opening characters this parser will be triggered if the character is found.

public char[]? OpeningCharacters { get; set; }

Returns