API Reference

Class

InsertedSequenceInline

Inserted inline content that can contain nested inline nodes. Used by Markdig-style emphasis extras so nested markup can be represented without flattening formatting.

Inheritance

Constructors

public InsertedSequenceInline(InlineSequence inlines) #

Creates an inserted inline with nested inline content.

Parameters

inlines OfficeIMO.Markdown.InlineSequence requiredposition: 0

Properties

public InlineSequence Inlines { get; } #

Inline content.