These docs are for v1.0. Click to read the latest docs for v2.0.

Rich Text

Text fields of widgets support a number of rich formatting features. They can be useful for writing texts, descriptions, etc. These features include bold, italic, underlined, and monospaced text, as well as bulleted and numbered lists.

Rich text in the API is formatted like an HTML fragment. Rich text is guaranteed to be valid; all tags will be closed, balanced, and case-sensitive, and all attribute values will be quoted.

The following is a list of all the tags that are currently supported by the API:
p div h1 h2 h3 h4 h5 h6 ul ol li blockquote span a b i font code br s u o strong strike big small sup sub ins del em tt tf

This list can expand as new features are introduced in Miro. Treat rich text as you would treat arbitrary HTML

🚧

All unsupported tags and attributes will be removed from the rich text.