OfficeIMO

API Reference

Interface

IContextualHtmlMarkdownInline

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers abstract

Allows an inline node to render HTML with access to the active HtmlOptions. Implement this on custom inline nodes when HTML output depends on rendering policies such as title, URL/image policy, theme, or other option-driven behavior rather than only local state.

Methods

public abstract String RenderHtml(HtmlOptions options) #
Returns: String

Renders the inline node to HTML using the supplied rendering options.

Parameters

options OfficeIMO.Markdown.HtmlOptions requiredposition: 0
Active HTML rendering options.

Returns

Rendered HTML for the inline.