Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 420 Bytes

Preformatted.md

File metadata and controls

18 lines (15 loc) · 420 Bytes

`Preformatted` Blocks

Preformatted ("triple-quote") content within a RichText or Section block.

If it isn't nested in a RichText/Section, it'll automatically create one.

Preformatted {
  """
  let a = 10
  """
}