Markdown Shortcuts in Coda

A full list of all the markdown shortcuts available to you

Updated over a week ago

If you like using Markdown for fast on-the-go formatting, you're in luck - in Coda, the following Markdown shortcuts are available to you.

Coda Tips!

Also check out full list of keyboard shortcuts.

Inline

  • Bold - **text** or __text__

  • Italic - *text* or _text_

  • Strikethrough - ~text~ 

  • Emoji - :emoji name:

  • Reference - @

Paragraph

  • Large header - # space

  • Medium header - ## space

  • Small header - ### space

  • Numbered list - 1. space

  • Bulleted list - * space

  • Checklist - [ ] space

  • Block quote - > space

  • Pull quote - " space

  • Code block - ```

Did this answer your question?