<style>
.article p {
text-indent: 40px;
}
</style>
一级标题
====================
二级标题
1
1.1
1.1.1 列表
1.1.1.1无序列表
- 项目一
- 项目二
- 项目三
- 无序一
- 无序二
- 无序三
四大发明的是是调虎离山河南省漯河市的妈妈说的话那么烦人的说法吗多少
1.1.1.2有序列表
-
有序项一
引用段落
代码区块<div class="footer">© 2004 Foo Corporation</div>
有序项二
有序项三
1986. 说的话说电风扇说
1.1.2 插入链接和图片
<a href="http://images.google.com/images?num=30&q=larry+bird" title="斑马数智">斑马数智</a>
斑马数智
http://zebrai.cn/
1.1.2 引用">"、粗体(** 或__ )/斜体(*或_)
一盏灯, 一片昏黄; 一简书, 一杯淡茶。
守着那一份淡定, 品读属于自己的寂寞。
保持淡定, 才能欣赏到最美丽的风景!
保持淡定, 人生从此不再寂寞。
1.1.3 代码引用
单行引用:
Hello Markdown
`foo`There is a literal backtick (`) here.
Please don't use any <blink>
tags.
多行引用:
function controlPoint(p1, p2) { //获取两点间的贝塞尔曲线控制点 p1:[lon,lat]
let temP = { lon: 0.5 * (Number(p1[0]) + Number(p2[0])), lat: 0.5 * (Number(p1[1]) + Number(p2[1]))};
let squareSum = Math.pow(Number(p1[0]) - Number(p2[0]), 2) + Math.pow(Number(p1[1]) - Number(p2[1]), 2),
incrLon = 0.25 * Math.sqrt(squareSum),
incrLat = incrLon * Math.tan(50 * Math.PI * 2 / 360);
let ctrlP = [temP.lon + incrLon, temP.lat + incrLat]; //控制点[lon,lat]
return ctrlP;
}
1.1.4 表格
产品 | 价格(万/年) | 人气值 |
---|---|---|
斑马位智 | 58 | 362 |
斑马优驾 | 50 | 337 |
斑马热力图 | 10 | 643 |