Namespace: Grynwald.MarkdownGenerator
Assembly: Grynwald.MarkdownGenerator
Represents a fenced code block. For specification see CommonMark -Fenced code blocks.
public sealed class MdCodeBlock : MdLeafBlock
Inheritance: object → MdBlock → MdLeafBlock → MdCodeBlock
Name | Description |
---|---|
MdCodeBlock(string) | Initializes a new instance of MdCodeBlock with the specified text. |
MdCodeBlock(string, string) | Initializes a new instance of MdCodeBlock. |
Name | Description |
---|---|
InfoString | The info string for the code block (typically used to specify the language of the code in the block) |
Text | The content of the code block |
Name | Description |
---|---|
DeepEquals(MdBlock) | Recursively compares the block to the specified instance of MdBlock. |
Documentation generated by MdDocs