Back to Marimo

Outline

docs/api/layouts/outline.md

0.23.5253 B
Original Source

Outline

/// marimo-embed

python
@app.cell
def __():
    mo.md("# Header 1")
    return

@app.cell
def __():
    mo.md("## Header 2")
    return

@app.cell
def __():
    mo.outline(label="Table of Contents")
    return

///

::: marimo.outline