Themed 2026 Presentation Style Preview

MarkdownToMamlConverterConvertFromFile Method

Convert the given Markdown file 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 ConvertFromFile(
	string id,
	string markdownFile
)

Parameters

id  String
The topic ID
markdownFile  String
The Markdown file to convert

Return Value

String
The MAML representation of the Markdown content

See Also