`Preformatted` Blocks Styled content within a RichText or Section block. If it isn't nested in a RichText/Section, it'll automatically create one. RichText { Paragraph { "Hello" Text("World") .bold() } }