MarkDown語法記錄

流程圖:

```mermaid
graph TD
A[map] -->|import| B(AbstractMap)
B --> C{HashMap}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
	```
import
One
Two
Three
map
AbstractMap
HashMap
Laptop
iPhone
Car
```mermaid
flowchat
st=>start: 開始
op=>operation: My Operation
cond=>condition: Yes or No?
e=>end
st->op->cond
cond(yes)->e
cond(no)->op
	```
Created with Raphaël 2.2.0開始My OperationYes or No?Endyesno
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章