Themed 2026 Presentation Style Preview

MarkdownToMamlConverter Constructor

Constructor

Definition

Namespace: Sandcastle.Core.Markdown
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public MarkdownToMamlConverter(
	bool forPreview,
	IEnumerable<string> blockTags,
	IEnumerable<string> doNotParseTags
)

Parameters

forPreview  Boolean
True if rendering for preview, false if for a build
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