Click or drag to resize

MdHeadline Constructor

Initializes a new instance of MdHeadline.

Namespace:  Mastersign.Bench.Markdown
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public MdHeadline(
	string id,
	string label,
	int level
)

Parameters

id
Type: SystemString
The ID of the headline anchor.
label
Type: SystemString
The text of the headline.
level
Type: SystemInt32
The level of the headline between 1 and 6.
See Also