Typora流程图写法(整合自百度)

Posted acrifhy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Typora流程图写法(整合自百度)相关的知识,希望对你有一定的参考价值。

Typora流程图写法

横向流程图源码格式:


​```mermaid

graph LR

A[方形] -->B(圆角)

    B --> C条件a

    C -->|a=1| D[结果1]

    C -->|a=2| E[结果2]

    F[横向流程图]

​```
a=1 a=2 方形 圆角 条件a 结果1 结果2 横向流程图

纵向流程图源码格式:


​```mermaid

graph TD

A[方形] -->B(圆角)

    B --> C条件a

    C -->|a=1| D[结果1]

    C -->|a=2| E[结果2]

    F[纵向流程图]

​```
a=1 a=2 方形 圆角 条件a 结果1 结果2 纵向流程图

标准流程图源码格式:


​```mermaid
flowchat

st=>start: 开始框

op=>operation: 处理框

cond=>condition: 判断框(是或否?)

sub1=>subroutine: 子流程

io=>inputoutput: 输入输出框

e=>end: 结束框

st->op->cond

cond(yes)->io->e

cond(no)->sub1(right)->op

​```
Created with Raphaël 2.2.0 开始框 处理框 判断框(是或否?) 输入输出框 结束框 子流程 yes no

标准流程图源码格式(横向):


​```mermaid
flowchat

st=>start: 开始框

op=>operation: 处理框

cond=>condition: 判断框(是或否?)

sub1=>subroutine: 子流程

io=>inputoutput: 输入输出框

e=>end: 结束框

st(right)->op(right)->cond

cond(yes)->io(bottom)->e

cond(no)->sub1(right)->op

​```
Created with Raphaël 2.2.0 开始框 处理框 判断框(是或否?) 输入输出框 结束框 如何使纵向模式的视频适合方形单元格?

用Typora写博客不要太爽

Typora绘图

Typora绘图

如何在不影响纵横比的情况下将纵向和横向图像显示为网格上的正方形?

使用Typora+PicGo+Gitee+百度网盘同步空间搭建个人云笔记