OfficeIMO

API Reference

Class

HtmlCommentBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Represents an HTML comment preserved as a top-level Markdown block.

Inheritance

Constructors

public HtmlCommentBlock(String comment) #

Initializes a new instance of the HtmlCommentBlock class.

Parameters

comment System.String requiredposition: 0
HTML comment content to preserve verbatim.

Properties

public String Comment { get; } #

Gets the raw HTML comment text, including the comment delimiters.