OfficeIMO

API Reference

Class

HtmlRawInline

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Raw inline HTML passthrough. Rendering obeys the active RawHtmlHandling policy.

Inheritance

Constructors

public HtmlRawInline(String html) #

Creates a new raw inline HTML node.

Parameters

html System.String requiredposition: 0

Properties

public String Html { get; } #

Raw HTML fragment.