Click or drag to resize

HtmlSplitRendererRender Method

Renders the supplied markdown source text into one or more HTML files.

Namespace: Altaxo.Text.Renderers.Html
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Render(
	string documentSourceText
)

Parameters

documentSourceText  String
The markdown source text.
See Also