Accept(RendererBase, Type) Method

Definition

Assembly Markdig.dll

Accepts the specified MarkdownObject.

bool Accept(RendererBase renderer, Type objectType)

Parameters

renderer
RendererBase

The renderer.

objectType
Type

The Type of the Markdown object.

Returns

Boolean
true If this renderer is accepting to render the specified Markdown object