OfficeIMO

API Reference

Interface

IRenderableMarkdownInline

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers abstract

Rendering contract for inline nodes that can serialize themselves back to Markdown and HTML. Custom inline parser extensions should implement this so the reader, writer, and syntax tree can preserve the node without falling back to opaque object output.

Methods

public abstract String RenderHtml() #
Returns: String

Renders the inline node to HTML.

public abstract String RenderMarkdown() #
Returns: String

Renders the inline node back to Markdown.