MarkdownNode class abstract
Base class for all Markdown AST nodes
This abstract class defines the common interface for all nodes in the Markdown Abstract Syntax Tree.
- Implementers
- AdmonitionNode
- ArtifactNode
- BlockMathNode
- BlockquoteNode
- BoldNode
- CodeBlockNode
- DetailsNode
- EmojiNode
- FootnoteDefinitionNode
- FootnoteReferenceNode
- HashtagNode
- HeaderNode
- HorizontalRuleNode
- ImageNode
- InlineCodeNode
- InlineMathNode
- ItalicNode
- LinkNode
- ListItemNode
- ListNode
- MentionNode
- MermaidDiagramNode
- ParagraphNode
- StrikethroughNode
- TableNode
- TableRowNode
- TextNode
- ThinkingNode
- ToolCallNode
Constructors
- MarkdownNode()
-
Creates a new Markdown node
const
Properties
Methods
-
copyWith(
) → MarkdownNode - Creates a copy of this node
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this node to a JSON representation
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited