Themed 2026 Presentation Style Preview

MarkdownToMamlConverterConvertFromMarkdown Method

Convert the given Markdown content to MAML and return the results

Definition

Namespace: Sandcastle.Core.Markdown
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public string ConvertFromMarkdown(
	string id,
	string markdown
)

Parameters

id  String
The topic ID
markdown  String
The Markdown content to convert

Return Value

String
The MAML representation of the Markdown content

See Also