OfficeIMO

API Reference

Interface

IMarkdownBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers abstract

Represents a top-level Markdown block that can render to Markdown and HTML.

Methods

public abstract String RenderHtml() #
Returns: String

Renders a simple HTML representation of the block.

public abstract String RenderMarkdown() #
Returns: String

Renders the block as Markdown text.