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.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

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.