Rich Text

A catch all for all content types. Can contain headings, paragraphs, images, bullets.

This is all one markdown block

Including this paragraph with bold and italic text.

  • And
  • This
  • List
  • Too!
_bookshop_name: primitives/rich-text
text: |-
  ## This is all one markdown block 

  Including this paragraph with **bold** and *italic* text.

  * And
  * This
  * List
  * Too!

Properties

text string

The content for the rich text component.

align enum

The alignment of the rich text component.

Accepted values:
  • start
  • center
  • end

size string

Examples

Align

Start aligned

Center aligned

End aligned

- _bookshop_name: primitives/rich-text
  text: '**Start** aligned'
  align: start
- _bookshop_name: primitives/rich-text
  text: '**Center** aligned'
  align: center
- _bookshop_name: primitives/rich-text
  text: '**End** aligned'
  align: end