Markdown Studio

Focus on writing with a clean split view, keyboard-friendly shortcuts, and live preview.

Editor
Preview1 min
A
Words
0
#
Characters
0
Reading time
~1 min

Markdown tips

Markdown quick tutorial

Core syntax and shortcuts to keep you fast.

#

Structure & lists

  • `#` / `##` / `###` + space for heading levels
  • `-` + space for bullets, `1.` + space for ordered lists
  • `>` + space for blockquotes, `---` for horizontal rules
*

Emphasis & links

  • `**bold**`, `*italic*`, and `` `inline code` `` for emphasis
  • [Label](https://...) to add links, `![alt](img.png)` for images
  • Use `
{ }

Code & export

  • Fence blocks with triple backticks; add language like ` ```js ... ``` ` for highlighting
  • Write on the left, watch live preview on the right; toggle light/dark to check contrast
  • Export `.md` or styled HTML when you finish to back up and share