Markdown Reference
Text Formatting
**bold**Bold
*italic*Italic
***bold italic***Bold + Italic
`inline code`Inline code
~~strikethrough~~Strikethrough
Headings
# HeadingHeading 1
## HeadingHeading 2
### HeadingHeading 3
#### HeadingHeading 4
##### HeadingHeading 5
###### HeadingHeading 6
Lists
- itemBullet list
* itemBullet list (alt)
1. itemNumbered list
   - nestedIndent to nest
Blockquotes
> quoteBlockquote
>> nestedNested quote
Code Blocks
```langOpen fence
code here
```Close fence
Links & Images
[text](url)Link
![alt](url)Image
[text](url "title")Link with title
Horizontal Rule
---Horizontal rule
EMU Extensions
<<PAGE>>Page break
-=> text <=-Center align
==> text <==Right align
Comments
// commentLine comment
/* comment */Block comment
<!-- comment -->HTML comment
Keyboard Shortcuts
File
Ctrl+NNew file
Ctrl+OOpen file
Ctrl+SSave
Edit
Ctrl+ZUndo
Ctrl+YRedo
Ctrl+ASelect all
Ctrl+FFind
Ctrl+HFind & Replace
Formatting (WYSIWYG)
Ctrl+BBold
Ctrl+IItalic
Ctrl+`Inline code
Menus
Alt+FFile menu
Alt+EEdit menu
Alt+VView menu
Alt+CConvert menu
↑ ↓Navigate items
Enter / SpaceSelect item
EscapeClose menu
View
Ctrl+RToggle WYSIWYG / Code
Shift+TabToggle view
EscapeClose panel / popup
Code View
TabInsert 3 spaces
Shift+TabUn-indent
Tips
Drag & drop files onto the editor to open them
Use the width slider to adjust editor width
Font & size settings persist across sessions
Ready 0 words