Declaring Type: MdCodeBlock
Namespace: Grynwald.MarkdownGenerator
Assembly: Grynwald.MarkdownGenerator
| Signature | Description |
|---|---|
| MdCodeBlock(string) | Initializes a new instance of MdCodeBlock with the specified text. |
| MdCodeBlock(string, string) | Initializes a new instance of MdCodeBlock. |
Initializes a new instance of MdCodeBlock with the specified text.
public MdCodeBlock(string text);text string
The code blocks content
Initializes a new instance of MdCodeBlock.
public MdCodeBlock(string text, string infoString);text string
The code blocks content
infoString string
The code block's info string, typically used to indicate the language of the code block
Documentation generated by MdDocs