A base class for all heading elements.
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
public abstract class Heading : Markdown.Leaf, Markdown.INode, Markdown.IBlockInlineContainerThe level of the heading. The value is between 1 and 6.
public int Level { get; set; }
| Type | Description |
|---|---|
| int | The level of the heading. The value is between 1 and 6. |
public override void Accept(Markdown.INodeVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Markdown.INodeVisitor | visitor |