Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 429 Bytes

Paragraph.md

File metadata and controls

19 lines (16 loc) · 429 Bytes

`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()
  }
}