EmphasisInlineParser.TryCreateEmphasisInlineDelegate Delegate

Definition

Assembly Markdig.dll

Represents the EmphasisInline type.

public delegate EmphasisInline? TryCreateEmphasisInlineDelegate(char emphasisChar, int delimiterCount);

Parameters

emphasisChar
Char
delimiterCount
Int32

Returns