当前位置: 首页 > news >正文

csdn - mermaid

目录

  • 方向
  • 节点样式
    • 形状
    • 箭头
  • 子图
  • 流程图
  • 类图
  • uml图
  • 甘特图

https://blog.csdn.net/sandalphon4869/article/details/89341443
https://blog.csdn.net/swinfans/article/details/89393853
https://zhuanlan.zhihu.com/p/614018391
https://blog.csdn.net/qq_42491125/article/details/114005171
https://www.cnblogs.com/leween/p/12945751.html#_label4

方向

TB = TD - top bottom -从上到下
BT - bottom top - 从下到上
LR - left right - 自左向右
RL - right left - 自右向左

TB
TD
top bottom
从上到下

BT
bottom TOP
从下到上

LR
left right
自左向右

RL
right left
自右向左

节点样式

https://blog.csdn.net/sandalphon4869/article/details/89341443

形状

矩形 [内容]
圆角矩形 (内容)
圆形 ((内容))
菱形 {内容}
旗帜 >内容]
[矩形]
长方形
((圆))
{菱形}
>旗帜]
(圆角)
[[subroute process]]
[(圆柱形)]
([椭圆])
{{六边形}}
[/This is the text in the box/]
[\This is the text in the box\]
[/Christmas\]
[\Go shopping/]

箭头

-->
---
-.->
-.-
==>
===
end

子图

three
two
one
c2
c1
b2
b1
a2
a1

流程图

http://flowchart.js.org/

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

类图

Cool
Where am i?
«interface»
Class01
int chimp
int gorilla
size()
AveryLongClass
Class09
C2
C3
Class07
Object[] elementData
equals()
Class10
>>service>>
int id
size()

uml图

张三 李四 王五 你好!李四, 最近怎么样? 你最近怎么样,王五? 我很好,谢谢! 我很好,谢谢! 李四想了很长时间, 文字太长了 不适合放在一行. 打量着王五... 很好... 王五, 你怎么样? 张三 李四 王五

甘特图

2014-01-07 2014-01-09 2014-01-11 2014-01-13 2014-01-15 2014-01-17 2014-01-19 2014-01-21 Completed task Completed task in the critical line Implement parser and jison Active task Create tests for parser Future task Future task in critical line Future task2 Create tests for renderer Add to mermaid A section Critical tasks Adding GANTT diagram functionality to mermaid
http://www.lryc.cn/news/238732.html

相关文章:

  • C题目11:数组a[m]排序
  • 编译器安全
  • docker部署gitlab 12.10.6过程
  • 单例设计模式是什么?什么是 Singleton 单例设计模式?Python 单例(单件)设计模式示例代码
  • Redis跳跃表
  • C++基础从0到1入门编程(二)
  • Uniapp扫码预览连接地址与手机不在同一网段
  • 万界星空科技SMT行业生产管理MES系统解决方案
  • vue3 uniapp h5 安卓和iOS开发适配踩坑记录
  • inf和nan
  • 十. Linux关机重启命令与Vim编辑的使用
  • Spring-IOC-@Value和@PropertySource用法
  • 如何理解Python中一切皆对象?
  • 【如何学习Python自动化测试】—— 鼠标键盘操作
  • 随笔-事儿就这么个事儿
  • django理解03 数据库引入
  • Jtti:windows中apache怎么实现负载均衡
  • 2311rust,到43版本更新
  • 前端埋点上报的几种方式
  • 外部 prometheus监控k8s集群资源
  • centos安装神通数据库
  • 汇编-PUSHFD和POPFD标志寄存器值压栈和出栈
  • 基于SSM的进销存管理系统设计与实现
  • Django DRF限流组件
  • UEC++ day7
  • win11,安装python,pip,和opencv
  • kafka入门(一):kafka消息发送与消费
  • CMap数据库筛选化学药物
  • mysql命令行(mysql-client)连接数据库
  • sklearn中的TfidfTransformer和gensim中的TfidfModel的区别