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.

public Nullable<MarkdownSourceSpan> OpeningTagSourceSpan { get; set; } #

Source span for a recognized opening raw HTML tag when available.

public Nullable<MarkdownSourceSpan> BodySourceSpan { get; set; } #

Source span for the raw HTML body between recognized matching tags when available.

public Nullable<MarkdownSourceSpan> ClosingTagSourceSpan { get; set; } #

Source span for a recognized matching closing raw HTML tag when available.

public Nullable<MarkdownSourceSpan> OpeningMarkerSourceSpan { get; set; } #

Source span for a recognized raw HTML opening marker when available.

public Nullable<MarkdownSourceSpan> ClosingMarkerSourceSpan { get; set; } #

Source span for a recognized raw HTML closing marker when available.