Render(MarkdownObject) Method

Definition

Assembly Markdig.dll

Renders the specified markdown object (returns the Writer as a render object).

public override object Render(MarkdownObject markdownObject)

Parameters

markdownObject
MarkdownObject

The markdown object.

Returns