Build a callout output.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/marimo-team/marimo/llms.txt
Use this file to discover all available pages before exploring further.
Usage
.callout() method on Html objects:
Signature
Parameters
A value to render in the callout.
The kind of callout (affects styling).
Returns
Html
An HTML object.
Callout Kinds
neutral: Default styling for general informationinfo: Blue styling for informational messagessuccess: Green styling for success messageswarn: Yellow/orange styling for warningsdanger: Red styling for errors or critical information