# Markdown Note - 01
> [TOC]
## todo列表
- [ ] **Cmd Markdown 开发**
- [x] 新增Todo列表功能
- [ ] 熟练掌握并运用markdown
## 名词解释
spm
: 根据业务线,参照业务码表格选择业务码
// 与解释同级的代码块:中间空行且比解释多4个缩进
()=>{}
## 表格
1. 左对齐(默认):`------`
2. 右对齐:`-----:`
3. 居中对齐: `:----:`
| 项目 | 价格 | 数量 |
| ------ | -----: | :----: |
| 计算机 | \$1600 | 5 |
| 手机 | \$12 | 12 |
| 管线 | \$1 | 234 |
## [LaTeX 公式](http://meta.math.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference)
1. 行内公式:$E=mc^2$
2. 整行公式:$$\sum_{i=1}^n a_i=0$$
## html标签
<table>
<tr>
<th rowspan="2">值班人员</th>
<th>星期一</th>
<th>星期二</th>
<th>星期三</th>
</tr>
<tr>
<td>李强</td>
<td>张明</td>
<td>王平</td>
</tr>
</table>
## 脚注
笔记摘录于[Cmd Markdown](https://www.zybuluo.com/mdeditor?url=https://www.zybuluo.com/static/editor/md-help.markdown#fnref:footnote)[^note]
[^note]: Cmd Markdown希望用起来十分愉快
## 使用图标
search什么呢?<i class="icon-search icon-3x"></i>
Tags: note
网友评论