API Reference
Class
MarkdownBlockHtmlRenderExtension
Named HTML render extension that can override emitted HTML for a specific block type.
Inheritance
- Object
- MarkdownBlockHtmlRenderExtension
Constructors
public MarkdownBlockHtmlRenderExtension(String name, Type blockType, MarkdownBlockHtmlRenderer renderHtml) #Creates an HTML block render extension registration.
Parameters
- name System.String
- blockType System.Type
- renderHtml OfficeIMO.Markdown.MarkdownBlockHtmlRenderer
Methods
public static MarkdownBlockHtmlRenderExtension CreateContextual(String name, Type blockType, MarkdownBlockHtmlContextualRenderer renderHtml) #Returns:
MarkdownBlockHtmlRenderExtensionCreates a context-aware HTML block render extension registration.
Parameters
- name System.String
- blockType System.Type
- renderHtml OfficeIMO.Markdown.MarkdownBlockHtmlContextualRenderer
public Boolean Matches(IMarkdownBlock block) #Returns:
BooleanReturns true when the extension can render the provided block.
Parameters
- block OfficeIMO.Markdown.IMarkdownBlock
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object