NodeOptionsWithChildren =
NodeOptions
&object
Defined in: packages/remark-callout/src/plugin.ts:210
children:
ElementContent
[] |string
The HTML children of the node.
string
, the string is added as raw HTML in the node.object[]
, the object array is added as a hast node.