Optionalchildren?: stringOptionalclassName?: stringClass name addon
OptionaldisallowedElements?: string[]Array of elements to disallow in the markdown. Default is ['script', 'iframe']
OptionalnewWindowLinks?: booleanFlag that specifies whether or not to open links in a new window. Default is true.
OptionalonError?: (error: Error) => voidError handler
Optionalurl?: stringURL of the markdown file. If not provided, the children will be rendered as markdown.
Markdown content. If provided, the url will be ignored.