MarkdownElement(String, String, String, String) Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.Markdown
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public MarkdownElement(
	string name,
	string prefixSyntax,
	string suffixSyntax,
	string fallbackElement
)

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.

See Also