OfficeIMO

API Reference

Class

HtmlRawBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Raw HTML block passthrough.

Inheritance

Constructors

public HtmlRawBlock(String html) #

Create a new raw HTML block.

Parameters

html System.String requiredposition: 0
HTML fragment.

Properties

public String Html { get; } #

Raw HTML content to emit.