Class ThematicBreak
Represents a thematic break node: ***, ---, or ___.
Implements
Inherited Members
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
Syntax
public class ThematicBreak : Block, INode
Constructors
ThematicBreak()
Represents a thematic break node: ***, ---, or ___.
Declaration
public ThematicBreak()
Methods
Accept(INodeVisitor)
Accepts a visitor.
Declaration
public override void Accept(INodeVisitor visitor)
Parameters
| Type | Name | Description |
|---|---|---|
| INodeVisitor | visitor | The visitor to accept. |