-
Home
-
API
-
Markdig.Renderers
-
IMarkdownObjectRenderer
-
Methods
-
Accept(RendererBase, Type)
Accept(RendererBase, Type) Method
Definition
Accepts the specified MarkdownObject.
bool Accept(RendererBase renderer, Type objectType)
Parameters
- objectType
- Type
The Type of the Markdown object.
Returns
- Boolean
true If this renderer is accepting to render the specified Markdown object