Click or drag to resize

MarkdownExportOptionsExport Method

Exports the specified TextDocument to an external markdown file.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Export(
	TextDocument document,
	string fileName
)

Parameters

document  TextDocument
The document to export.
fileName  String
Full name of the markdown file to export to.
See Also