Themed 2026 Presentation Style Preview

MarkdownElement(String, String, String, String, Boolean) Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Markdown
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public MarkdownElement(
	string name,
	string prefixSyntax,
	string suffixSyntax,
	string fallbackElement,
	bool isBlockElement = false
)

Parameters

name  String
The element name
prefixSyntax  String
The markdown prefix syntax character(s) to use before the content or null if there isn't any
suffixSyntax  String
The markdown suffix syntax character(s) to use after the content or null if there isn't any
fallbackElement  String
The fallback HTML element to use if a block parent HTML element is detected that will cause the markdown syntax to be ignored.
isBlockElement  Boolean  (Optional)
True if the element is a block element, false if it is not

See Also