Markdown Quick Tutorial
Source File For this tutorial: Click Here
Example 1:
Markdown Code:
1 | _Italic_ *Italic* |
Output:
Italic Italic
Bold Bold
Blue
Red and Italic
Red and Italic and Bold
Red and Italic and Bold
Example 2:
Markdown Code:
1 |
|
Output
Strickout
Underline
创建脚注格式类似这样 [^Footnote]。
[^Footnote]: Here is footnote
output ““ \ _
Example 3
Markdown Code:
1 |
|
Output
Here is check list
- my
- check
- list
Here is Emoji
:blush:
:smile:
:angry:
:cry:
:joy:
Block
- Block 1
- Blokc 2
Example 4
Here is code function()
1 | Code Block |
1 | int text= C Code Block |
Col1 | Col2 | Col3 |
---|---|---|
a | b | c |
左对齐(left) | 居中(center) | 右对齐(right) | 默认左对齐(default) |
---|---|---|---|
a | b | c | d |
- list 1
- list 2
- list 3
- list 1
- list 2
- list 3
Example 5
Markdown Code:
1 |
|
Output
Here is a link
[1]: http://static.runoob.com/images/runoob-logo.png
Embeded HTML
Hearder
Hearder
使用 Ctrl+Alt+Del 重启电脑
math formula: Need to be loaded on browser
$$
\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix}
\mathbf{i} & \mathbf{j} & \mathbf{k} \
\frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \
\frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0 \
\end{vmatrix}
${$tep1}{\style{visibility:hidden}{(x+1)(x+1)}}
$$