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, underline, strikethrough, inline code, bullet and ordered lists, and links.

Keyboard shortcuts

Action Windows / Linux Mac
Heading 1 Ctrl+Alt+1 Cmd+Alt+1
Heading 2 Ctrl+Alt+2 Cmd+Alt+2
Heading 3 Ctrl+Alt+3 Cmd+Alt+3
Bold Ctrl+B Cmd+B
Italic Ctrl+I Cmd+I
Underline Ctrl+U Cmd+U
Bullet list Ctrl+Shift+8 Cmd+Shift+8
Ordered list Ctrl+Shift+7 Cmd+Shift+7
Blockquote Ctrl+Shift+B Cmd+Shift+B
Code Ctrl+E Cmd+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