MarkupPropsinterface

{
	children?: string | undefined;
}
PropertyType
.childrenstring
The source string to parse and render.

Props for <Markup> — extends MarkupOptions so callers can override rules, rel, url, root, or schemes directly.