| MdHeadline Constructor |
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
)
Public Sub New (
id As String,
label As String,
level As Integer
)
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