Skip to content
Jetrepo
Esc
navigateopen⌘Jpreview
On this page

Format text

Choose plain text, Markdown, or rich text and use its delivery format.

The content model chooses the editor for each long-text field.

Format Editor behavior
Plain A text area for unformatted text.
Markdown Write and Preview views with formatting helpers.
Rich A structured editor whose toolbar depends on model configuration.

Access

Editing requires backend.read, content.read, and content.update, scoped to the entry and locale.

Edit the field

  1. Enter content in the editor supplied for the field.
  2. For Markdown, use Write to edit and Preview to check formatting.
  3. Select Save, reopen the entry, and confirm the value.

Rendered previews and delivered HTML are sanitized. Do not rely on scripts, unsafe links, or unsupported pasted HTML. Toolbar options can be narrower than the editor’s full capability.

Developers consuming the raw or rendered delivery value should use the delivery guide rather than infer its format from the authoring screen.

Was this page helpful?