API Reference
Interface
IContextualHtmlMarkdownInline
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:
StringRenders the inline node to HTML using the supplied rendering options.
Parameters
- options OfficeIMO.Markdown.HtmlOptions
- Active HTML rendering options.
Returns
Rendered HTML for the inline.