<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 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 |