CodeBlockRendererBlocksAsDiv Property

Gets a map of fenced code block info that should be rendered as div blocks instead of code blocks.

Definition

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

Property Value

HashSetString

See Also