API Reference

Class

MarkdownNativeQuoteBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for quoted content.

Inheritance

Properties

public QuoteBlock Quote { get; } #

Source quote block.

public IReadOnlyList<String> Lines { get; } #

Raw quote lines captured by the reader when available.

public IReadOnlyList<MarkdownNativeBlock> Children { get; } #

Nested native blocks in quote order.