Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.54 KB

File metadata and controls

55 lines (35 loc) · 1.54 KB

MdCodeBlock Constructors

Declaring Type: MdCodeBlock
Namespace: Grynwald.MarkdownGenerator
Assembly: Grynwald.MarkdownGenerator

Overloads

Signature Description
MdCodeBlock(string) Initializes a new instance of MdCodeBlock with the specified text.
MdCodeBlock(string, string) Initializes a new instance of MdCodeBlock.

MdCodeBlock(string)

Initializes a new instance of MdCodeBlock with the specified text.

public MdCodeBlock(string text);

Parameters

text string

The code blocks content

MdCodeBlock(string, string)

Initializes a new instance of MdCodeBlock.

public MdCodeBlock(string text, string infoString);

Parameters

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