csdn使用指南
MATLAB學習筆記
~波浪線的作用和功能
在matlab中,波浪號 ~(也就是鍵盤上數字鍵1 旁邊的那個)主要有兩個用法:
第一是代表與或非中的非,如在以下代碼中:
新的改變
我們對Markdown編輯器進行了一些功能拓展與語法支持,除了標準的Markdown編輯器功能,我們增加了如下幾點新功能,幫助你用它寫博客:
功能快捷鍵
撤銷:Ctrl/Command + Z
 重做:Ctrl/Command + Y
 加粗:Ctrl/Command + B
 斜體:Ctrl/Command + I
 標題:Ctrl/Command + Shift + H
 無序列表:Ctrl/Command + Shift + U
 有序列表:Ctrl/Command + Shift + O
 檢查列表:Ctrl/Command + Shift + C
 插入代碼:Ctrl/Command + Shift + K
 插入鏈接:Ctrl/Command + Shift + L
 插入圖片:Ctrl/Command + Shift + G
 查找:Ctrl/Command + F
 替換:Ctrl/Command + G
合理的創建標題,有助于目錄的生成
直接輸入1次#,并按下space后,將生成1級標題。
 輸入2次#,并按下space后,將生成2級標題。
 以此類推,我們支持6級標題。有助于使用TOC語法后生成一個完美的目錄。
如何改變文本的樣式
強調文本 強調文本
加粗文本 加粗文本
標記文本
刪除文本
引用文本
H2O is是液體。
210 運算結果是 1024.
插入鏈接與圖片
鏈接: link.
圖片:
帶尺寸的圖片:
居中的圖片:
居中并且帶尺寸的圖片:
當然,我們為了讓用戶更加便捷,我們增加了圖片拖拽功能。
如何插入一段漂亮的代碼片
去博客設置頁面,選擇一款你喜歡的代碼片高亮樣式,下面展示同樣高亮的 代碼片.
// An highlighted block var foo = 'bar';生成一個適合你的列表
- 項目 
- 項目 
- 項目
 
 
 - 項目 
 
- 計劃任務
 - 完成任務
 
創建一個表格
一個簡單的表格是這么創建的:
| 電腦 | $1600 | 
| 手機 | $12 | 
| 導管 | $1 | 
設定內容居中、居左、居右
使用:---------:居中
 使用:----------居左
 使用----------:居右
| 第一列文本居中 | 第二列文本居右 | 第三列文本居左 | 
SmartyPants
SmartyPants將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如何創建一個注腳
一個具有注腳的文本。2
注釋也是必不可少的
Markdown將文本轉換為 HTML。
KaTeX數學公式
您可以使用渲染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?tdt.\Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. Γ(z)=∫0∞?tz?1e?tdt.
你可以找到更多關于的信息 LaTeX 數學表達式here.
新的甘特圖功能,豐富你的文章
Mon 06Mon 13Mon 20已完成 進行中 計劃一 計劃二 現有任務Adding GANTT diagram functionality to mermaid- 關于 甘特圖 語法,參考 這兒,
 
UML 圖表
可以使用UML圖表進行渲染。 Mermaid. 例如下面產生的一個序列圖:
#mermaid-svg-1seZ4ZO8gmTCheLB .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .label text{fill:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .node rect,#mermaid-svg-1seZ4ZO8gmTCheLB .node circle,#mermaid-svg-1seZ4ZO8gmTCheLB .node ellipse,#mermaid-svg-1seZ4ZO8gmTCheLB .node polygon,#mermaid-svg-1seZ4ZO8gmTCheLB .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-1seZ4ZO8gmTCheLB .node .label{text-align:center;fill:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .node.clickable{cursor:pointer}#mermaid-svg-1seZ4ZO8gmTCheLB .arrowheadPath{fill:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-1seZ4ZO8gmTCheLB .flowchart-link{stroke:#333;fill:none}#mermaid-svg-1seZ4ZO8gmTCheLB .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-1seZ4ZO8gmTCheLB .edgeLabel rect{opacity:0.9}#mermaid-svg-1seZ4ZO8gmTCheLB .edgeLabel span{color:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-1seZ4ZO8gmTCheLB .cluster text{fill:#333}#mermaid-svg-1seZ4ZO8gmTCheLB div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-1seZ4ZO8gmTCheLB .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-1seZ4ZO8gmTCheLB text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-1seZ4ZO8gmTCheLB .actor-line{stroke:grey}#mermaid-svg-1seZ4ZO8gmTCheLB .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-1seZ4ZO8gmTCheLB #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .sequenceNumber{fill:#fff}#mermaid-svg-1seZ4ZO8gmTCheLB #sequencenumber{fill:#333}#mermaid-svg-1seZ4ZO8gmTCheLB #crosshead path{fill:#333;stroke:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .messageText{fill:#333;stroke:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-1seZ4ZO8gmTCheLB .labelText,#mermaid-svg-1seZ4ZO8gmTCheLB .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-1seZ4ZO8gmTCheLB .loopText,#mermaid-svg-1seZ4ZO8gmTCheLB .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-1seZ4ZO8gmTCheLB .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-1seZ4ZO8gmTCheLB .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-1seZ4ZO8gmTCheLB .noteText,#mermaid-svg-1seZ4ZO8gmTCheLB .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-1seZ4ZO8gmTCheLB .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-1seZ4ZO8gmTCheLB .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-1seZ4ZO8gmTCheLB .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-1seZ4ZO8gmTCheLB .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-1seZ4ZO8gmTCheLB .section{stroke:none;opacity:0.2}#mermaid-svg-1seZ4ZO8gmTCheLB .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-1seZ4ZO8gmTCheLB .section2{fill:#fff400}#mermaid-svg-1seZ4ZO8gmTCheLB .section1,#mermaid-svg-1seZ4ZO8gmTCheLB .section3{fill:#fff;opacity:0.2}#mermaid-svg-1seZ4ZO8gmTCheLB .sectionTitle0{fill:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .sectionTitle1{fill:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .sectionTitle2{fill:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .sectionTitle3{fill:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-1seZ4ZO8gmTCheLB .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-1seZ4ZO8gmTCheLB .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-1seZ4ZO8gmTCheLB .grid path{stroke-width:0}#mermaid-svg-1seZ4ZO8gmTCheLB .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-1seZ4ZO8gmTCheLB .task{stroke-width:2}#mermaid-svg-1seZ4ZO8gmTCheLB .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-1seZ4ZO8gmTCheLB .taskText:not([font-size]){font-size:11px}#mermaid-svg-1seZ4ZO8gmTCheLB .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-1seZ4ZO8gmTCheLB .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-1seZ4ZO8gmTCheLB .task.clickable{cursor:pointer}#mermaid-svg-1seZ4ZO8gmTCheLB .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-1seZ4ZO8gmTCheLB .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-1seZ4ZO8gmTCheLB .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-1seZ4ZO8gmTCheLB .taskText0,#mermaid-svg-1seZ4ZO8gmTCheLB .taskText1,#mermaid-svg-1seZ4ZO8gmTCheLB .taskText2,#mermaid-svg-1seZ4ZO8gmTCheLB .taskText3{fill:#fff}#mermaid-svg-1seZ4ZO8gmTCheLB .task0,#mermaid-svg-1seZ4ZO8gmTCheLB .task1,#mermaid-svg-1seZ4ZO8gmTCheLB .task2,#mermaid-svg-1seZ4ZO8gmTCheLB .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-1seZ4ZO8gmTCheLB .taskTextOutside0,#mermaid-svg-1seZ4ZO8gmTCheLB .taskTextOutside2{fill:#000}#mermaid-svg-1seZ4ZO8gmTCheLB .taskTextOutside1,#mermaid-svg-1seZ4ZO8gmTCheLB .taskTextOutside3{fill:#000}#mermaid-svg-1seZ4ZO8gmTCheLB .active0,#mermaid-svg-1seZ4ZO8gmTCheLB .active1,#mermaid-svg-1seZ4ZO8gmTCheLB .active2,#mermaid-svg-1seZ4ZO8gmTCheLB .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-1seZ4ZO8gmTCheLB .activeText0,#mermaid-svg-1seZ4ZO8gmTCheLB .activeText1,#mermaid-svg-1seZ4ZO8gmTCheLB .activeText2,#mermaid-svg-1seZ4ZO8gmTCheLB .activeText3{fill:#000 !important}#mermaid-svg-1seZ4ZO8gmTCheLB .done0,#mermaid-svg-1seZ4ZO8gmTCheLB .done1,#mermaid-svg-1seZ4ZO8gmTCheLB .done2,#mermaid-svg-1seZ4ZO8gmTCheLB .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-1seZ4ZO8gmTCheLB .doneText0,#mermaid-svg-1seZ4ZO8gmTCheLB .doneText1,#mermaid-svg-1seZ4ZO8gmTCheLB .doneText2,#mermaid-svg-1seZ4ZO8gmTCheLB .doneText3{fill:#000 !important}#mermaid-svg-1seZ4ZO8gmTCheLB .crit0,#mermaid-svg-1seZ4ZO8gmTCheLB .crit1,#mermaid-svg-1seZ4ZO8gmTCheLB .crit2,#mermaid-svg-1seZ4ZO8gmTCheLB .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-1seZ4ZO8gmTCheLB .activeCrit0,#mermaid-svg-1seZ4ZO8gmTCheLB .activeCrit1,#mermaid-svg-1seZ4ZO8gmTCheLB .activeCrit2,#mermaid-svg-1seZ4ZO8gmTCheLB .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-1seZ4ZO8gmTCheLB .doneCrit0,#mermaid-svg-1seZ4ZO8gmTCheLB .doneCrit1,#mermaid-svg-1seZ4ZO8gmTCheLB .doneCrit2,#mermaid-svg-1seZ4ZO8gmTCheLB .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-1seZ4ZO8gmTCheLB .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-1seZ4ZO8gmTCheLB .milestoneText{font-style:italic}#mermaid-svg-1seZ4ZO8gmTCheLB .doneCritText0,#mermaid-svg-1seZ4ZO8gmTCheLB .doneCritText1,#mermaid-svg-1seZ4ZO8gmTCheLB .doneCritText2,#mermaid-svg-1seZ4ZO8gmTCheLB .doneCritText3{fill:#000 !important}#mermaid-svg-1seZ4ZO8gmTCheLB .activeCritText0,#mermaid-svg-1seZ4ZO8gmTCheLB .activeCritText1,#mermaid-svg-1seZ4ZO8gmTCheLB .activeCritText2,#mermaid-svg-1seZ4ZO8gmTCheLB .activeCritText3{fill:#000 !important}#mermaid-svg-1seZ4ZO8gmTCheLB .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-1seZ4ZO8gmTCheLB g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-1seZ4ZO8gmTCheLB g.classGroup text .title{font-weight:bolder}#mermaid-svg-1seZ4ZO8gmTCheLB g.clickable{cursor:pointer}#mermaid-svg-1seZ4ZO8gmTCheLB g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-1seZ4ZO8gmTCheLB g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-1seZ4ZO8gmTCheLB .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-1seZ4ZO8gmTCheLB .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-1seZ4ZO8gmTCheLB .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-1seZ4ZO8gmTCheLB .dashed-line{stroke-dasharray:3}#mermaid-svg-1seZ4ZO8gmTCheLB #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-1seZ4ZO8gmTCheLB #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-1seZ4ZO8gmTCheLB #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-1seZ4ZO8gmTCheLB #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-1seZ4ZO8gmTCheLB #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-1seZ4ZO8gmTCheLB #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-1seZ4ZO8gmTCheLB #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-1seZ4ZO8gmTCheLB #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-1seZ4ZO8gmTCheLB .commit-id,#mermaid-svg-1seZ4ZO8gmTCheLB .commit-msg,#mermaid-svg-1seZ4ZO8gmTCheLB .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-1seZ4ZO8gmTCheLB .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-1seZ4ZO8gmTCheLB .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-1seZ4ZO8gmTCheLB g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-1seZ4ZO8gmTCheLB g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-1seZ4ZO8gmTCheLB g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-1seZ4ZO8gmTCheLB g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-1seZ4ZO8gmTCheLB g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-1seZ4ZO8gmTCheLB g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-1seZ4ZO8gmTCheLB .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-1seZ4ZO8gmTCheLB .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-1seZ4ZO8gmTCheLB .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-1seZ4ZO8gmTCheLB .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-1seZ4ZO8gmTCheLB .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-1seZ4ZO8gmTCheLB .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-1seZ4ZO8gmTCheLB .edgeLabel text{fill:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-1seZ4ZO8gmTCheLB .node circle.state-start{fill:black;stroke:black}#mermaid-svg-1seZ4ZO8gmTCheLB .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-1seZ4ZO8gmTCheLB #statediagram-barbEnd{fill:#9370db}#mermaid-svg-1seZ4ZO8gmTCheLB .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-1seZ4ZO8gmTCheLB .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-1seZ4ZO8gmTCheLB .statediagram-state .divider{stroke:#9370db}#mermaid-svg-1seZ4ZO8gmTCheLB .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-1seZ4ZO8gmTCheLB .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-1seZ4ZO8gmTCheLB .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-1seZ4ZO8gmTCheLB .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-1seZ4ZO8gmTCheLB .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-1seZ4ZO8gmTCheLB .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-1seZ4ZO8gmTCheLB .note-edge{stroke-dasharray:5}#mermaid-svg-1seZ4ZO8gmTCheLB .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-1seZ4ZO8gmTCheLB .error-icon{fill:#522}#mermaid-svg-1seZ4ZO8gmTCheLB .error-text{fill:#522;stroke:#522}#mermaid-svg-1seZ4ZO8gmTCheLB .edge-thickness-normal{stroke-width:2px}#mermaid-svg-1seZ4ZO8gmTCheLB .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-1seZ4ZO8gmTCheLB .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-1seZ4ZO8gmTCheLB .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-1seZ4ZO8gmTCheLB .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-1seZ4ZO8gmTCheLB .marker{fill:#333}#mermaid-svg-1seZ4ZO8gmTCheLB .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-1seZ4ZO8gmTCheLB {color: rgba(0, 0, 0, 0.75);font: ;}張三李四王五你好!李四, 最近怎么樣?你最近怎么樣,王五?我很好,謝謝!我很好,謝謝!李四想了很長時間, 文字太長了不適合放在一行.打量著王五...很好... 王五, 你怎么樣?張三李四王五這將產生一個流程圖。:
#mermaid-svg-3zmqFRSbo4fYMY1w .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .label text{fill:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .node rect,#mermaid-svg-3zmqFRSbo4fYMY1w .node circle,#mermaid-svg-3zmqFRSbo4fYMY1w .node ellipse,#mermaid-svg-3zmqFRSbo4fYMY1w .node polygon,#mermaid-svg-3zmqFRSbo4fYMY1w .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-3zmqFRSbo4fYMY1w .node .label{text-align:center;fill:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .node.clickable{cursor:pointer}#mermaid-svg-3zmqFRSbo4fYMY1w .arrowheadPath{fill:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-3zmqFRSbo4fYMY1w .flowchart-link{stroke:#333;fill:none}#mermaid-svg-3zmqFRSbo4fYMY1w .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-3zmqFRSbo4fYMY1w .edgeLabel rect{opacity:0.9}#mermaid-svg-3zmqFRSbo4fYMY1w .edgeLabel span{color:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-3zmqFRSbo4fYMY1w .cluster text{fill:#333}#mermaid-svg-3zmqFRSbo4fYMY1w div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-3zmqFRSbo4fYMY1w .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-3zmqFRSbo4fYMY1w text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-3zmqFRSbo4fYMY1w .actor-line{stroke:grey}#mermaid-svg-3zmqFRSbo4fYMY1w .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-3zmqFRSbo4fYMY1w #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .sequenceNumber{fill:#fff}#mermaid-svg-3zmqFRSbo4fYMY1w #sequencenumber{fill:#333}#mermaid-svg-3zmqFRSbo4fYMY1w #crosshead path{fill:#333;stroke:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .messageText{fill:#333;stroke:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-3zmqFRSbo4fYMY1w .labelText,#mermaid-svg-3zmqFRSbo4fYMY1w .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-3zmqFRSbo4fYMY1w .loopText,#mermaid-svg-3zmqFRSbo4fYMY1w .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-3zmqFRSbo4fYMY1w .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-3zmqFRSbo4fYMY1w .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-3zmqFRSbo4fYMY1w .noteText,#mermaid-svg-3zmqFRSbo4fYMY1w .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-3zmqFRSbo4fYMY1w .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-3zmqFRSbo4fYMY1w .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-3zmqFRSbo4fYMY1w .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-3zmqFRSbo4fYMY1w .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-3zmqFRSbo4fYMY1w .section{stroke:none;opacity:0.2}#mermaid-svg-3zmqFRSbo4fYMY1w .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-3zmqFRSbo4fYMY1w .section2{fill:#fff400}#mermaid-svg-3zmqFRSbo4fYMY1w .section1,#mermaid-svg-3zmqFRSbo4fYMY1w .section3{fill:#fff;opacity:0.2}#mermaid-svg-3zmqFRSbo4fYMY1w .sectionTitle0{fill:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .sectionTitle1{fill:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .sectionTitle2{fill:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .sectionTitle3{fill:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-3zmqFRSbo4fYMY1w .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-3zmqFRSbo4fYMY1w .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-3zmqFRSbo4fYMY1w .grid path{stroke-width:0}#mermaid-svg-3zmqFRSbo4fYMY1w .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-3zmqFRSbo4fYMY1w .task{stroke-width:2}#mermaid-svg-3zmqFRSbo4fYMY1w .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-3zmqFRSbo4fYMY1w .taskText:not([font-size]){font-size:11px}#mermaid-svg-3zmqFRSbo4fYMY1w .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-3zmqFRSbo4fYMY1w .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-3zmqFRSbo4fYMY1w .task.clickable{cursor:pointer}#mermaid-svg-3zmqFRSbo4fYMY1w .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-3zmqFRSbo4fYMY1w .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-3zmqFRSbo4fYMY1w .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-3zmqFRSbo4fYMY1w .taskText0,#mermaid-svg-3zmqFRSbo4fYMY1w .taskText1,#mermaid-svg-3zmqFRSbo4fYMY1w .taskText2,#mermaid-svg-3zmqFRSbo4fYMY1w .taskText3{fill:#fff}#mermaid-svg-3zmqFRSbo4fYMY1w .task0,#mermaid-svg-3zmqFRSbo4fYMY1w .task1,#mermaid-svg-3zmqFRSbo4fYMY1w .task2,#mermaid-svg-3zmqFRSbo4fYMY1w .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-3zmqFRSbo4fYMY1w .taskTextOutside0,#mermaid-svg-3zmqFRSbo4fYMY1w .taskTextOutside2{fill:#000}#mermaid-svg-3zmqFRSbo4fYMY1w .taskTextOutside1,#mermaid-svg-3zmqFRSbo4fYMY1w .taskTextOutside3{fill:#000}#mermaid-svg-3zmqFRSbo4fYMY1w .active0,#mermaid-svg-3zmqFRSbo4fYMY1w .active1,#mermaid-svg-3zmqFRSbo4fYMY1w .active2,#mermaid-svg-3zmqFRSbo4fYMY1w .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-3zmqFRSbo4fYMY1w .activeText0,#mermaid-svg-3zmqFRSbo4fYMY1w .activeText1,#mermaid-svg-3zmqFRSbo4fYMY1w .activeText2,#mermaid-svg-3zmqFRSbo4fYMY1w .activeText3{fill:#000 !important}#mermaid-svg-3zmqFRSbo4fYMY1w .done0,#mermaid-svg-3zmqFRSbo4fYMY1w .done1,#mermaid-svg-3zmqFRSbo4fYMY1w .done2,#mermaid-svg-3zmqFRSbo4fYMY1w .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-3zmqFRSbo4fYMY1w .doneText0,#mermaid-svg-3zmqFRSbo4fYMY1w .doneText1,#mermaid-svg-3zmqFRSbo4fYMY1w .doneText2,#mermaid-svg-3zmqFRSbo4fYMY1w .doneText3{fill:#000 !important}#mermaid-svg-3zmqFRSbo4fYMY1w .crit0,#mermaid-svg-3zmqFRSbo4fYMY1w .crit1,#mermaid-svg-3zmqFRSbo4fYMY1w .crit2,#mermaid-svg-3zmqFRSbo4fYMY1w .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-3zmqFRSbo4fYMY1w .activeCrit0,#mermaid-svg-3zmqFRSbo4fYMY1w .activeCrit1,#mermaid-svg-3zmqFRSbo4fYMY1w .activeCrit2,#mermaid-svg-3zmqFRSbo4fYMY1w .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-3zmqFRSbo4fYMY1w .doneCrit0,#mermaid-svg-3zmqFRSbo4fYMY1w .doneCrit1,#mermaid-svg-3zmqFRSbo4fYMY1w .doneCrit2,#mermaid-svg-3zmqFRSbo4fYMY1w .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-3zmqFRSbo4fYMY1w .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-3zmqFRSbo4fYMY1w .milestoneText{font-style:italic}#mermaid-svg-3zmqFRSbo4fYMY1w .doneCritText0,#mermaid-svg-3zmqFRSbo4fYMY1w .doneCritText1,#mermaid-svg-3zmqFRSbo4fYMY1w .doneCritText2,#mermaid-svg-3zmqFRSbo4fYMY1w .doneCritText3{fill:#000 !important}#mermaid-svg-3zmqFRSbo4fYMY1w .activeCritText0,#mermaid-svg-3zmqFRSbo4fYMY1w .activeCritText1,#mermaid-svg-3zmqFRSbo4fYMY1w .activeCritText2,#mermaid-svg-3zmqFRSbo4fYMY1w .activeCritText3{fill:#000 !important}#mermaid-svg-3zmqFRSbo4fYMY1w .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-3zmqFRSbo4fYMY1w g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-3zmqFRSbo4fYMY1w g.classGroup text .title{font-weight:bolder}#mermaid-svg-3zmqFRSbo4fYMY1w g.clickable{cursor:pointer}#mermaid-svg-3zmqFRSbo4fYMY1w g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-3zmqFRSbo4fYMY1w g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-3zmqFRSbo4fYMY1w .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-3zmqFRSbo4fYMY1w .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-3zmqFRSbo4fYMY1w .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-3zmqFRSbo4fYMY1w .dashed-line{stroke-dasharray:3}#mermaid-svg-3zmqFRSbo4fYMY1w #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-3zmqFRSbo4fYMY1w #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-3zmqFRSbo4fYMY1w #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-3zmqFRSbo4fYMY1w #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-3zmqFRSbo4fYMY1w #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-3zmqFRSbo4fYMY1w #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-3zmqFRSbo4fYMY1w #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-3zmqFRSbo4fYMY1w #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-3zmqFRSbo4fYMY1w .commit-id,#mermaid-svg-3zmqFRSbo4fYMY1w .commit-msg,#mermaid-svg-3zmqFRSbo4fYMY1w .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-3zmqFRSbo4fYMY1w .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-3zmqFRSbo4fYMY1w .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-3zmqFRSbo4fYMY1w g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-3zmqFRSbo4fYMY1w g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-3zmqFRSbo4fYMY1w g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-3zmqFRSbo4fYMY1w g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-3zmqFRSbo4fYMY1w g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-3zmqFRSbo4fYMY1w g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-3zmqFRSbo4fYMY1w .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-3zmqFRSbo4fYMY1w .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-3zmqFRSbo4fYMY1w .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-3zmqFRSbo4fYMY1w .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-3zmqFRSbo4fYMY1w .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-3zmqFRSbo4fYMY1w .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-3zmqFRSbo4fYMY1w .edgeLabel text{fill:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-3zmqFRSbo4fYMY1w .node circle.state-start{fill:black;stroke:black}#mermaid-svg-3zmqFRSbo4fYMY1w .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-3zmqFRSbo4fYMY1w #statediagram-barbEnd{fill:#9370db}#mermaid-svg-3zmqFRSbo4fYMY1w .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-3zmqFRSbo4fYMY1w .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-3zmqFRSbo4fYMY1w .statediagram-state .divider{stroke:#9370db}#mermaid-svg-3zmqFRSbo4fYMY1w .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-3zmqFRSbo4fYMY1w .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-3zmqFRSbo4fYMY1w .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-3zmqFRSbo4fYMY1w .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-3zmqFRSbo4fYMY1w .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-3zmqFRSbo4fYMY1w .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-3zmqFRSbo4fYMY1w .note-edge{stroke-dasharray:5}#mermaid-svg-3zmqFRSbo4fYMY1w .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{--mermaid-font-family: '"trebuchet ms", verdana, arial';--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive}#mermaid-svg-3zmqFRSbo4fYMY1w .error-icon{fill:#522}#mermaid-svg-3zmqFRSbo4fYMY1w .error-text{fill:#522;stroke:#522}#mermaid-svg-3zmqFRSbo4fYMY1w .edge-thickness-normal{stroke-width:2px}#mermaid-svg-3zmqFRSbo4fYMY1w .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-3zmqFRSbo4fYMY1w .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-3zmqFRSbo4fYMY1w .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-3zmqFRSbo4fYMY1w .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-3zmqFRSbo4fYMY1w .marker{fill:#333}#mermaid-svg-3zmqFRSbo4fYMY1w .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-3zmqFRSbo4fYMY1w {color: rgba(0, 0, 0, 0.75);font: ;}鏈接長方形圓圓角長方形菱形- 關于 Mermaid 語法,參考 這兒,
 
FLowchart流程圖
我們依舊會支持flowchart的流程圖:
Created with Rapha?l 2.2.0開始我的操作確認?結束yesno- 關于 Flowchart流程圖 語法,參考 這兒.
 
導出與導入
導出
如果你想嘗試使用此編輯器, 你可以在此篇文章任意編輯。當你完成了一篇文章的寫作, 在上方工具欄找到 文章導出 ,生成一個.md文件或者.html文件進行本地保存。
導入
如果你想加載一篇你寫過的.md文件,在上方工具欄可以選擇導入功能進行對應擴展名的文件導入,
 繼續你的創作。
mermaid語法說明 ??
注腳的解釋 ??
總結
                            
                        - 上一篇: min max rand repmat
 - 下一篇: 降采样处理 resample函数