Themed 2026 Presentation Style Preview

TopicTransformationCoreHtmlBlockAndDoNotParseTags Property

This read-only property is used to obtain an enumerable list of HTML block tags and those that should not be parsed.

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public (IEnumerable<string> BlockTags, IEnumerable<string> DoNotParseTags) HtmlBlockAndDoNotParseTags { get; }

Property Value

ValueTupleIEnumerableString, IEnumerableString
A tuple containing an enumerable list of the block tags and do not parse tags

Remarks

These are used by the Markdown to MAML converter to determine how to convert certain elements to MAML.

See Also