HtmlSplitRendererRender Method |
Renders the supplied markdown source text into one or more HTML files.
Namespace: Altaxo.Text.Renderers.HtmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Render(
string documentSourceText
)
Parameters
- documentSourceText String
- The markdown source text.
See Also