MarkdownExportOptionsExport Method |
Exports the specified
TextDocument to an external markdown file.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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