建立乙個自定義列表
如何建立乙個註腳
注釋也是必不可少的
katex數學公式
新的甘特圖功能,豐富你的文章
uml 圖表
flowchart流程圖
匯出與匯入
帶尺寸的:
居中的:
居中並且帶尺寸的:
當然,我們為了讓使用者更加便捷,我們增加了拖拽功能。
去部落格設定頁面,選擇一款你喜歡的**片高亮樣式,下面展示同樣高亮的**片
.
// an highlighted block
var foo =
'bar'
;
專案1專案2
專案3乙個簡單的**是這麼建立的:
專案value
電腦$1600
手機$12
導管$1
使用:---------:
居中
使用:----------
居左
使用----------:
居右
第一列第二列
第三列第一列文字居中
第二列文字居右
第三列文字居左
smartypants將ascii標點字元轉換為「智慧型」印刷標點html實體。例如:
type
ascii
html
single backticks
'isn't this fun?'
『isn』t this fun?』
quotes
"isn't this fun?"
「isn』t this fun?」
dashes
-- is en-dash, --- is em-dash
– is en-dash, — is em-dash
markdown
text-to-
html conversion tool
authors
john
luke
乙個具有註腳的文字。1
markdown將文字轉換為 html。
您可以使用渲染latex數學表示式 katex:
gamma公式展示 γ(n
)=(n
−1)!
∀n∈n
\gamma(n) = (n-1)!\quad\forall n\in\mathbb n
γ(n)=(
n−1)
!∀n∈
n 是通過尤拉積分
γ (z
)=∫0
∞tz−
1e−t
dt.\gamma(z) = \int_0^\infty t^e^dt\,.
γ(z)=∫
0∞t
z−1e
−tdt
.
你可以找到更多關於的資訊latex數學表示式here.可以使用uml圖表進行渲染。 mermaid. 例如下面產生的乙個序列圖::
這將產生乙個流程圖。:
我們依舊會支援flowchart的流程圖:
如果你想嘗試使用此編輯器, 你可以在此篇文章任意編輯。當你完成了一篇文章的寫作, 在上方工具欄找到文章匯出,生成乙個.md檔案或者.html檔案進行本地儲存。
如果你想載入一篇你寫過的.md檔案或者.html檔案,在上方工具欄可以選擇匯入功能進行對應副檔名的檔案匯入,
繼續你的創作。
註腳的解釋 ↩︎
Ros 禁用防火牆命令
admin v587linux ip firewall filter pr 檢視規則 admin v587linux ip firewall filter set 0 disabled yes 禁止0規則 紅色為我特意標註的。x代表數字規則數字 0代表第一條規則,1代表2,以此類推,預設防火牆順序是...
linux 關閉 禁用 防火牆
要關閉linux的防火牆,在system administration firewall and selinux下,選擇firewall的disable,確定後,再查,卻發現,仍然是enable。上網查了一些辦法 1 重啟後生效 開啟 chkconfig iptables on 關閉 chkconf...
centos8禁用防火牆
輸入 systemctl status firewalld.service檢視防火牆狀態 框中 active running 顯示防火牆處於啟用狀態 輸入 systemctl stop firewalld.service執行停止執行防火牆命令 輸入 systemctl status firewall...