CodeBlockRendererBlockMapping Property

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

Definition

Namespace: Sandcastle.Core.Markdown.Renderers
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
public Dictionary<string, string> BlockMapping { get; }

Property Value

DictionaryString, String

See Also