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 → MdBlock → MdContainerBlockBase → MdBlockQuote
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 |
Name | Description |
---|---|
DeepEquals(MdBlock) | Recursively compares the block to the specified instance of MdBlock. |
Documentation generated by MdDocs