markdown_documentation.py 95 B

12345
  1. from nicegui import ui
  2. def main_demo() -> None:
  3. ui.markdown('''This is **Markdown**.''')