Parameters for constructing a new Node object.
OptionalattributesThe attributes of the node.
Ref:Node.attributes
`[img width=100 height=100]https://example.com/image.png[/img]` ->`{ width: "100", height: "100" }`The name of the node.
Ref:Node.name
`[b]Hello World![/b]` ->`b`OptionalvalueThe value of the node.
Ref:Node.value
`[color=red]Hello World![/color]` ->`red`Generated usingTypeDoc