OfficeIMO

API Reference

Interface

IContextualHtmlMarkdownBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers abstract

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: String

Renders the block to HTML using the supplied body render context.

Parameters

context OfficeIMO.Markdown.MarkdownBodyRenderContext requiredposition: 0
Current body render context.

Returns

Rendered HTML for the block.