-
Home
-
API
-
Markdig.Syntax.Inlines
-
LiteralInline
-
Properties
-
IsFirstCharacterEscaped
IsFirstCharacterEscaped Property
Definition
A boolean indicating whether the first character of this literal is escaped by \.
public bool IsFirstCharacterEscaped { get; set; }
Returns