def
text
cauldron.display.text()

Adds text to the display. If the text is not preformatted, it will be displayed in paragraph format. Preformatted text will be displayed inside a pre tag with a monospace font.

Arguments
Required
Optional
value

str

The text to display.

preformatted

bool

Whether or not to preserve the whitespace display of the text.

Default Value: 

False