Skip to content
Documentation menu

Using the editor

The rich text editor: formatting, keyboard shortcuts, and Markdown.

Growth Method uses a simple, modern rich text editor that’s keyboard and screen-reader accessible. It supports standard formatting: headings, bold, italic, strikethrough, bullet and ordered lists, and links.

Keyboard shortcuts

ActionWindows / LinuxMac
Heading 1Ctrl+Alt+1Cmd+Alt+1
Heading 2Ctrl+Alt+2Cmd+Alt+2
Heading 3Ctrl+Alt+3Cmd+Alt+3
BoldCtrl+BCmd+B
ItalicCtrl+ICmd+I
UnderlineCtrl+UCmd+U
Bullet listCtrl+Shift+8Cmd+Shift+8
Ordered listCtrl+Shift+7Cmd+Shift+7
BlockquoteCtrl+Shift+BCmd+Shift+B
CodeCtrl+ECmd+E

Markdown

The editor supports standard Markdown with live rendering, so styling updates as you type. Common syntax:

  • #, ##, ### for headings
  • ** for bold, * for italic
  • - for a bullet list, 1. for an ordered list
  • > for a blockquote
  • Backticks for inline code, triple backticks for a code block
  • --- for a horizontal rule

Next steps