Hello, islands! Slider value: 0 We can also show the island code!

Hello, Markdown!

Use marimo's "md" function to embed rich text into your marimo apps. This function compiles Markdown into HTML that marimo can display. For example, here's the code that rendered the above title and paragraph:
mo.md(
    '''
    # Hello, Markdown!
    Use marimo's "`md`" function to embed rich text into your marimo
    apps. This function compiles your Markdown into HTML that marimo
    can display.
    '''
)

LaTeX

You can embed LaTeX in Markdown. For example,
mo.md(r'$f : \mathbf{R}     o \mathbf{R}$')
renders ||(f : \mathbf{R} o \mathbf{R}||), while
mo.md(
    r'''
    \[
    f: \mathbf{R}   o \mathbf{R}
    \]
    '''
)
renders the display math ||[ f: \mathbf{R} o \mathbf{R}. ||]





this should not be affected by global tailwind styles
this should be affected by global tailwind styles
this should be affected by global tailwind styles (dark)