OfficeIMO

API Reference

Class

HighlightSequenceInline

Highlighted inline content that can contain nested inline nodes. Used by the reader so nested markup can be represented without flattening formatting.

Inheritance

Constructors

public HighlightSequenceInline(InlineSequence inlines) #

Creates a highlighted inline with nested inline content.

Parameters

inlines OfficeIMO.Markdown.InlineSequence requiredposition: 0

Properties

public InlineSequence Inlines { get; } #

Inline content.