BlockMapping Property

Definition

Assembly Markdig.dll

Gets a map of custom block mapping to render as custom blocks instead of pre/code blocks. For example defining {"mermaid", "pre"} will render a block with info mermaid as a pre block but without the code HTML element.

public Dictionary<string, string> BlockMapping { get; }

Returns