Markdown
- A lightweight markup language with plain text formatting syntax
Basic Syntax
Header
|
|
Style
Highlight
Bold or Bold
Italic or Italic
Italic Bold or Italic BoldStrike-through
Evernote
|
|
New line
This is the first line.
This is the second line.
|
|
Unordered List
- red
- green
- blue
|
|
or
- red
- green
- blue
|
|
or
- red
- green
- blue
|
|
Ordered List
- red
- green
- blue
|
|
Todo List
- Todo 1
- Todo 2
- Done 1
- Done 2
|
|
Remember space between [
and ]
Blockquote
Like this
then thisOr this
Pay attention here !
|
|
Code Block
|
|
Use 3 × ` before and after the code block.
Highlight Code Block
|
|
Add language name after first ‘’’
Link
|
|
Image
|
|
Extended Function
Some editors don’t support these functions.
Contents
[TOC]
|
|
Math
$$e^{i\pi} + 1 = 0$$
Function: $e^{i\pi} + 1 = 0$
More Detail in
Table
Color | Chinese |
---|---|
red | 红色 |
green | 绿色 |
blue | 蓝色 |
|
|
Footnote
This is the first footnote[^1] example.
This is the second footnote[^2] example.
|
|
Flow Chart
Gantt Chart
Tips
Use HTML in markdown
iframe
|
|
comment-out code
|
|
Sublime Plugins
MarkdownEditing
OmniMarkupPreviewer
- Ctrl + Alt + O: Preview Markup in Browser
- Ctrl + Alt + X: Export Markup as HTML
- Ctrl + Alt + C: Copy Markup as HTML
Table Editor
Using Sublime Plugin ‘ Table Editor’ makes table easier: Table Editor Usage
Markdown for Evernote
Paste Photo
You can paste the local photos to the Evernote and resize local photo after photo name.
[^1]: Description of footnote 1
[^2]: Description of footnote 2