API Reference
Interface
IContextualHtmlMarkdownBlock
Allows a block to render HTML with access to the surrounding body render context. Custom blocks can implement this when their HTML output depends on HtmlOptions or the surrounding block list rather than only the block's own local state.
Methods
public abstract String RenderHtml(MarkdownBodyRenderContext context) #Returns:
StringRenders the block to HTML using the supplied body render context.
Parameters
- context OfficeIMO.Markdown.MarkdownBodyRenderContext
- Current body render context.
Returns
Rendered HTML for the block.