BlocksAsDiv Property

Definition

Assembly Markdig.dll

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

public HashSet<string> BlocksAsDiv { get; }

Returns