API Reference

Class

QuoteBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Implements
IMarkdownBlock IChildMarkdownBlockContainer ISyntaxChildrenMarkdownBlock IOwnedSyntaxChildrenMarkdownBlock ISyntaxMarkdownBlock
Modifiers sealed

Simple blockquote block consisting of raw text lines.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

QuoteBlock 2 overloads
public QuoteBlock() #

Create an empty quote block.

public QuoteBlock(IEnumerable<String> lines) #

Create a quote block with initial lines.

Parameters

lines System.Collections.Generic.IEnumerable{System.String} requiredposition: 0

Properties

public List<String> Lines { get; } #

Raw text lines for a simple quote (used when ChildBlocks is empty).

public List<IMarkdownBlock> ChildBlocks { get; } #

Nested blocks rendered inside the quote.

public IReadOnlyList<MarkdownSourceSpan> MarkerSourceSpans { get; } #

Source spans for quote marker tokens (>) captured from parsed markdown lines.

SyntaxChildren #

Nested syntax nodes captured during parsing, when available.