A base class for all heading elements.
Object
Namespace: Radzen.Documents.Markdown
Assembly: Radzen.Blazor.dll
public abstract class Heading : Documents.Markdown.Leaf, Documents.Markdown.INode, Documents.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(Documents.Markdown.INodeVisitor visitor)
| Type | Name | Description |
|---|---|---|
| Documents.Markdown.INodeVisitor | visitor |