An HTML renderer for a CodeBlock and FencedCodeBlock.
public class CodeBlockRenderer : HtmlObjectRenderer<CodeBlock>, IMarkdownObjectRenderer
kind:method, kind:property, kind:ctor. Press Esc to clear.CodeBlockRenderer()Initializes a new instance of the CodeBlockRenderer class.BlockMappingGets 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.BlocksAsDivGets a map of fenced code block infos that should be rendered as div blocks instead of pre/code blocks.OutputAttributesOnPreGets or sets the output attributes on pre.Write(HtmlRenderer, CodeBlock)Writes the object to the specified renderer.