Skip to main content
Editor Cover Light
The Brivvy editor supports rich text formatting within Comms. Markdown syntax and keyboard shortcuts provide quick formatting options for brand voice descriptions, template instructions and audience definitions.

Overview

The editor converts Markdown syntax into rich text automatically. Users can paste Markdown directly or type using standard Markdown notation.

Formatting

A formatting toolbar appears when text is highlighted. Slash commands accessed by typing / provide additional formatting options.

Text styling

  • **text** or Cmd/Ctrl B for bold text
  • _text_ or Cmd/Ctrl I or Cmd/Ctrl > for italicized text
  • ~text~ or Cmd/Ctrl Shift S to strikethrough text
  • Cmd/Ctrl U for underlined text
  • Cmd/Ctrl E for inline code
  • # then Space Heading 1
  • ## then Space Heading 2
  • ### then Space Heading 3

Lists

  • - then Space or Cmd/Ctrl Shift 8 for a bulleted list
  • 1. or Cmd/Ctrl Shift 7 for a numbered list

Other formatting options

  • Cmd/Ctrl K turn text into link (or directly paste issue or URLs for clickable links)
  • > then Space for blockquotes
  • /code or Cmd/Ctrl Alt C for a code block
  • ___ then Space for a horizontal divider
  • /table to create a table element

Helpful commands

  • Cmd/Ctrl A to select all content in a comm (to copy or delete)
  • Cmd/Ctrl Z to undo typing
  • Cmd/Ctrl Shift Z to redo typing
  • Shift Enter to generate a line break
  • Enter to break out of codeblock or blockquote formatting

Copying content

Content can be copied in Markdown format for use in external tools. Select the desired content and use standard copy commands. Markdown export preserves formatting including bold text, lists, code blocks and links.

Editor behavior

The editor auto-saves content as changes are made. No manual save action is required. Formatting persists across browser sessions and devices. All workspace members see consistent formatting when viewing shared content.

Keyboard shortcuts reference

ActionMacWindows/Linux
BoldCmd + BCtrl + B
ItalicCmd + ICtrl + I
StrikethroughCmd + Shift + SCtrl + Shift + S
Inline codeCmd + ECtrl + E
LinkCmd + KCtrl + K
Bulleted listCmd + Shift + 8Ctrl + Shift + 8
Numbered listCmd + Shift + 7Ctrl + Shift + 7
Code blockCmd + Alt + CCtrl + Alt + C
Select allCmd + ACtrl + A
UndoCmd + ZCtrl + Z
RedoCmd + Shift + ZCtrl + Shift + Z