Plain text¶ marimo.plain_text ¶ plain_text(text: str) -> Html Text that's fixed-width, with spaces and newlines preserved. PARAMETER DESCRIPTION text text to output TYPE: str RETURNS DESCRIPTION Html An Html object representing the text.