NodeOptionsWithChildren: NodeOptions & object
NodeOptions
object
children: ElementContent[] | string
ElementContent
string
The HTML children of the node.
object[]
'<span class="icon">📝</span>'
[ { type: "element", tagName: "span", properties: { className: ["icon"] }, children: [ { type: "text", value: "📝", }, ], } ]
packages/remark-callout/src/plugin.ts:210