Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.67 KB

File metadata and controls

41 lines (30 loc) · 2.67 KB

MdBlockQuote Class

Namespace: Grynwald.MarkdownGenerator
Assembly: Grynwald.MarkdownGenerator

Represent a block quote in a markdown document. For specification see CommonMark - Block quotes.

public sealed class MdBlockQuote : MdContainerBlockBase

Inheritance: object → MdBlockMdContainerBlockBase → MdBlockQuote

Constructors

Name Description
MdBlockQuote() Initializes a new instance of MdBlockQuote.
MdBlockQuote(IEnumerable<MdBlock>) Initializes a new instance of MdBlockQuote with the specified content
MdBlockQuote(MdBlock[]) Initializes a new instance of MdBlockQuote with the specified content
MdBlockQuote(MdContainerBlockBase) Initializes a new instance of MdBlockQuote with the specified content.
MdBlockQuote(MdList) Initializes a new instance of MdBlockQuote with the specified content.
MdBlockQuote(MdSpan) Initializes a new instance of MdBlockQuote with the specified content
MdBlockQuote(MdSpan[]) Initializes a new instance of MdBlockQuote with the specified content

Methods

Name Description
DeepEquals(MdBlock) Recursively compares the block to the specified instance of MdBlock.

Documentation generated by MdDocs