OptionalargsOptionalclassAdditional CSS class name(s) to apply to the container element.
The default markdown content (in English) with placeholders. Use {0}, {1}, etc. for parameter substitution.
The localization key for the markdown content.
OptionalmarkdownThe 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.
Arguments to substitute into the markdown template. Can be strings, numbers, booleans, or undefined.