Code Block RendererBlocks As Div 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
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
C#
public HashSet<string> BlocksAsDiv { get; }VB
Public ReadOnly Property BlocksAsDiv As HashSet(Of String)
GetC++
public:
property HashSet<String^>^ BlocksAsDiv {
HashSet<String^>^ get ();
}F#
member BlocksAsDiv : HashSet<string> with get