ui.markdown

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.")

Hello World This is a markdown content.

Constructor

GitHub