Mou, the missing Markdown editor for web developers.
strong or strong ( Cmd + B )
emphasize or emphasize ( Shift + Cmd + I )
Sometimes I want a lot of text to be bold. Like, seriously, a LOT of text
Right angle brackets > are used for block quotes.
An email [email protected] link.
Simple inline link http://chenluois.com, another inline link Smaller, one more inline link with title Resize.
A reference style link. Input id, then anywhere in the doc, define the link with corresponding id:
Titles ( or called tool tips ) in the links are optional.
An inline image , title is optional.
Inline code are surround by acute
key. To create a block code:
Indent each line by at least 1 tab, or 4 spaces.
var Mou = exactlyTheAppIwant;
Ordered lists are created using "1." + Space:
- Odered list item
- Odered list item
- Odered list item
Unordered list are created using "*" + Space:
- Unordered list item
- Unordered list item
- Unordered list item
Or using "-" + Space:
- Unordered list item
- Unordered list item
- Unordered list item
End a line with two or more spaces will create a hard linebreak, called <br />
in HTML. ( Control + Return )
Above line ended with 2 spaces.
Three or more asterisks or dashes:
Setext-style:
atx-style:
- Toggle live preview: Cmd + I
- Left/Right = 1/1: Cmd + 0
- Left/Right = 3/1: Cmd + +
- Left/Right = 1/3: Cmd + -
- Toggle layout orientation: Cmd + L
- Toggle fullscreen: Control + Cmd + F
- Copy HTML: Option + Cmd + C
- Strong: Select text, Cmd + B
- Emphasize: Select text, Shift + Cmd + I
- Link: Select text, Control + Shift + L
- Image: Select text, Control + Shift + I
- Uppercase: Select text, Control + U
- Lowercase: Select text, Control + Shift + U
- Titlecase: Select text, Control + Option + U
- Select Word: Control + Option + W
- Select Line: Shift + Cmd + L
- Select All: Cmd + A
- Deselect All: Cmd + D
- Insert entity <: Control + Shift + ,
- Insert entity >: Control + Shift + .
- Insert entity &: Control + Shift + 7
- Insert entity Space: Control + Shift + Space
- New Line: Cmd + Return
- Comment: Cmd + /
- Hard Linebreak: Control + Return
- Auto complete current word: Esc
- Find: Cmd + F
- Close find bar: Esc
- Export HTML: Cmd + E
Don't forget to check Preferences, lots of useful options are there. You can Disable/enable Show Live Preview in new documents, Disable/enable Auto pair, Make links clickable in Editor view, change Base Font, choose another Theme or create your own!
Follow @chenluois on Twitter for the latest news.
For feedbacks, use the menu Help
- Send Feedback