MarkdownOutput
Markdown output widget for displaying formatted text.
Signature
def MarkdownOutput(
text: str,
full_width: bool = False
)
Parameters
Name | Description | Type | Default |
---|---|---|---|
text (required) | The markdown content to display. | str | None |
full_width | Whether the content should take up the full width of its container. | bool | False |