HtmlBlockMarkdownExtension Constructor

Constructor

Definition

Namespace: Sandcastle.Core.Markdown.Extensions
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
public HtmlBlockMarkdownExtension(
	IEnumerable<string> blockTags,
	IEnumerable<string> doNotParseTags
)

Parameters

blockTags  IEnumerableString
An enumerable list of tags that should be treated as blocks
doNotParseTags  IEnumerableString
An enumerable list of tags that should not be parsed for Markdown content (code, scripts, pre, style, textarea, etc.).

See Also