{h1}请注意查收家信{/h1}
{h2}请注意查收家信{/h2}
{h3}请注意查收家信{/h3}
{h4}请注意查收家信{/h4}
{hr}
{ys=#4CAF50}
请注意查收家信{/ys},如有疑问,请给我发家信!
| 列1 | 列2 | 粗体 |
|---|
| 数据 | 斜体 | 代码 |
| 数据 | 斜体 | 代码 |
| 数据 | 斜体 | 代码 |
| 数据 | 斜体 | 代码 |
| 数据 | 斜体 | 代码 |
| 数据 | 斜体 | 代码 |
行内公式:$E = mc^2$
块级公式:
$$
\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}
$$
HTML 代码 HTML codes
<!DOCTYPE html>
<html>
<head>
<mate charest="utf-8" />
<meta name="keywords" content="Editor.md, Markdown, Editor" />
<title>Hello world!</title>
<style type="text/css">
body {
font-size: 14px;
color: #444;
font-family: "Microsoft Yahei", Tahoma, "Hiragino Sans GB", Arial;
background: #fff;
}
ul {
list-style: none;
}
img {
border: none;
vertical-align: middle;
}
</style>
</head>
<body>
<h1 class="text-xxl">Hello world!</h1>
<p class="text-green">Plain text</p>
</body>
</html>
图片 Images
Image:
Follow your heart.
图为:厦门白城沙滩
图片加链接 (Image + Link):
图为:李健首张专辑《似水流年》封面
列表 Lists
无序列表(减号)Unordered Lists (-)
无序列表(星号)Unordered Lists (*)
无序列表(加号和嵌套)Unordered Lists (+)
+ 列表一
+ 列表二
+ 列表二-1
+ 列表二-2
+ 列表二-3
+ 列表三
* 列表一
* 列表二
* 列表三
有序列表 Ordered Lists (-)
GFM task list
- [ ] GFM task list 3-1
- [ ] GFM task list 3-2
- [ ] GFM task list 3-3
- [ ] GFM task list 4-1
- [ ] GFM task list 4-2
绘制表格 Tables
| 项目 | 价格 | 数量 |
|---|
| 计算机 | $1600 | 5 |
| 手机 | $12 | 12 |
| 管线 | $1 | 234 |
First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell
| First Header | Second Header |
|---|
| Content Cell | Content Cell |
| Content Cell | Content Cell |
| Function name | Description |
|---|
help() | Display the help window. |
destroy() | Destroy your computer! |
| Left-Aligned | Center Aligned | Right Aligned |
|---|
| col 3 is | some wordy text | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
| Item | Value |
|---|
| Computer | $1600 |
| Phone | $12 |
| Pipe | $1 |