OptionalclassOptionalmarkdownThe markdown content to render. Can be a string, a MarkdownString, or undefined. If undefined or empty, an empty div will be rendered.
OptionalmarkdownOptions to pass to MarkdownStringImpl if markdown is a string. Common options include:
The MarkdownRenderer instance to use for rendering.
OptionalonOptional callback that receives the rendered HTML element. Useful for post-processing or adding event listeners. Receives undefined when content is empty.
Additional CSS class name(s) to apply to the container element.