HasEmphasisChar(Char) Method

Definition

Assembly Markdig.dll

Determines whether this parser is using the specified character as an emphasis delimiter.

public bool HasEmphasisChar(char c)

Parameters

c
Char

The character to look for.

Returns

Boolean
true if this parser is using the specified character as an emphasis delimiter; otherwise false