Markdown语法-Mermaid和Flowchart流程图

流程图

一、Mermaid流程图

```mermaid
flowchat
st=>start: 开始
e=>end: 结束
op=>operation: 我的操作
cond=>condition: 确认?
st->op->cond
cond(yes)->e
cond(no)->op

Created with Raphaël 2.3.0 开始 我的操作 确认? 结束 yes no

二、Flowchart流程图

```mermaid
graph LR
A[长方形] -- 链接 --> B((圆))
A --> C(圆角长方形)
B --> D{菱形}
C --> D

链接 长方形 圆 圆角长方形 菱形

E N D ! \color{#4285f4}{\mathbf{E}}\color{#ea4335}{\mathbf{N}}\color{#fbbc05}{\mathbf{D}}\color{#4285f4}{\mathbf{!}} END!

相关推荐
Zfox_11 分钟前
【Linux】进程信号全攻略(二)
linux·运维·c语言·c++
速盾cdn11 分钟前
速盾:vue的cdn是干嘛的?
服务器·前端·网络
安於宿命15 分钟前
【Linux】简易版shell
linux·运维·服务器
丶Darling.18 分钟前
MIT 6.S081 Lab1: Xv6 and Unix utilities翻译
服务器·unix·lab·mit 6.s081·英文翻译中文
黄小耶@27 分钟前
linux常见命令
linux·运维·服务器
叫我龙翔28 分钟前
【计网】实现reactor反应堆模型 --- 框架搭建
linux·运维·网络
古驿幽情30 分钟前
CentOS AppStream 8 手动更新 yum源
linux·运维·centos·yum
BillKu31 分钟前
Linux(CentOS)安装 Nginx
linux·运维·nginx·centos
BillKu35 分钟前
Linux(CentOS)yum update -y 事故
linux·运维·centos
a2663789640 分钟前
解决yum命令报错“Could not resolve host: mirrorlist.centos.org
linux·运维·centos