Mapping Property

Definition

Assembly Markdig.dll

Gets the mapping between a SmartyPantType and its textual representation (usually an HTML entity).

public Dictionary<SmartyPantType, string> Mapping { get; }

Returns