Markdown
This element is used to render markdown content.
:type content: str
:type extras: list, optional
Markdown
This element is used to render markdown content.
:type content: str
:type extras: list, optional
from uiwiz import ui
ui.markdown("### Hello World This is a markdown content.")