jq实现标签单选、多选功能

欢迎使用Markdown编辑器

你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。

新的改变

我们对Markdown编辑器进行了一些功能拓展与语法支持,除了标准的Markdown编辑器功能,我们增加了如下几点新功能,帮助你用它写博客:

  1. 全新的界面设计 ,将会带来全新的写作体验;
  2. 在创作中心设置你喜爱的代码高亮样式,Markdown 将代码片显示选择的高亮样式 进行展示;
  3. 增加了 图片拖拽 功能,你可以将本地的图片直接拖拽到编辑区域直接展示;
  4. 全新的 KaTeX数学公式 语法;
  5. 增加了支持甘特图的mermaid语法1 功能;
  6. 增加了 多屏幕编辑 Markdown文章功能;
  7. 增加了 焦点写作模式、预览模式、简洁写作模式、左右区域同步滚轮设置 等功能,功能按钮位于编辑区域与预览区域中间;
  8. 增加了 检查列表 功能。

功能快捷键

撤销: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';

生成一个适合你的列表

  • 项目

    • 项目

      • 项目
  1. 项目1
  2. 项目2
  3. 项目3
  • 计划任务
  • 完成任务

创建一个表格

一个简单的表格是这么创建的:

项目 Value
电脑 $1600
手机 $12
导管 $1

设定内容居中、居左、居右

使用:---------:居中
使用:----------居左
使用----------:居右

第一列 第二列 第三列
第一列文本居中 第二列文本居右 第三列文本居左

SmartyPants

SmartyPants将ASCII标点字符转换为“智能”印刷标点HTML实体。例如:

TYPE 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
Text-to-HTML conversion tool
Authors
John
Luke

如何创建一个注脚

一个具有注脚的文本。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-fGhRzjugXxxBoutv .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-fGhRzjugXxxBoutv .label text{fill:#333}#mermaid-svg-fGhRzjugXxxBoutv .node rect,#mermaid-svg-fGhRzjugXxxBoutv .node circle,#mermaid-svg-fGhRzjugXxxBoutv .node ellipse,#mermaid-svg-fGhRzjugXxxBoutv .node polygon,#mermaid-svg-fGhRzjugXxxBoutv .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-fGhRzjugXxxBoutv .node .label{text-align:center;fill:#333}#mermaid-svg-fGhRzjugXxxBoutv .node.clickable{cursor:pointer}#mermaid-svg-fGhRzjugXxxBoutv .arrowheadPath{fill:#333}#mermaid-svg-fGhRzjugXxxBoutv .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-fGhRzjugXxxBoutv .flowchart-link{stroke:#333;fill:none}#mermaid-svg-fGhRzjugXxxBoutv .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-fGhRzjugXxxBoutv .edgeLabel rect{opacity:0.9}#mermaid-svg-fGhRzjugXxxBoutv .edgeLabel span{color:#333}#mermaid-svg-fGhRzjugXxxBoutv .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-fGhRzjugXxxBoutv .cluster text{fill:#333}#mermaid-svg-fGhRzjugXxxBoutv 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-fGhRzjugXxxBoutv .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-fGhRzjugXxxBoutv text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-fGhRzjugXxxBoutv .actor-line{stroke:grey}#mermaid-svg-fGhRzjugXxxBoutv .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-fGhRzjugXxxBoutv .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-fGhRzjugXxxBoutv #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-fGhRzjugXxxBoutv .sequenceNumber{fill:#fff}#mermaid-svg-fGhRzjugXxxBoutv #sequencenumber{fill:#333}#mermaid-svg-fGhRzjugXxxBoutv #crosshead path{fill:#333;stroke:#333}#mermaid-svg-fGhRzjugXxxBoutv .messageText{fill:#333;stroke:#333}#mermaid-svg-fGhRzjugXxxBoutv .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-fGhRzjugXxxBoutv .labelText,#mermaid-svg-fGhRzjugXxxBoutv .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-fGhRzjugXxxBoutv .loopText,#mermaid-svg-fGhRzjugXxxBoutv .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-fGhRzjugXxxBoutv .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-fGhRzjugXxxBoutv .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-fGhRzjugXxxBoutv .noteText,#mermaid-svg-fGhRzjugXxxBoutv .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-fGhRzjugXxxBoutv .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-fGhRzjugXxxBoutv .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-fGhRzjugXxxBoutv .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-fGhRzjugXxxBoutv .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-fGhRzjugXxxBoutv .section{stroke:none;opacity:0.2}#mermaid-svg-fGhRzjugXxxBoutv .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-fGhRzjugXxxBoutv .section2{fill:#fff400}#mermaid-svg-fGhRzjugXxxBoutv .section1,#mermaid-svg-fGhRzjugXxxBoutv .section3{fill:#fff;opacity:0.2}#mermaid-svg-fGhRzjugXxxBoutv .sectionTitle0{fill:#333}#mermaid-svg-fGhRzjugXxxBoutv .sectionTitle1{fill:#333}#mermaid-svg-fGhRzjugXxxBoutv .sectionTitle2{fill:#333}#mermaid-svg-fGhRzjugXxxBoutv .sectionTitle3{fill:#333}#mermaid-svg-fGhRzjugXxxBoutv .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-fGhRzjugXxxBoutv .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-fGhRzjugXxxBoutv .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-fGhRzjugXxxBoutv .grid path{stroke-width:0}#mermaid-svg-fGhRzjugXxxBoutv .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-fGhRzjugXxxBoutv .task{stroke-width:2}#mermaid-svg-fGhRzjugXxxBoutv .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-fGhRzjugXxxBoutv .taskText:not([font-size]){font-size:11px}#mermaid-svg-fGhRzjugXxxBoutv .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-fGhRzjugXxxBoutv .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-fGhRzjugXxxBoutv .task.clickable{cursor:pointer}#mermaid-svg-fGhRzjugXxxBoutv .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-fGhRzjugXxxBoutv .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-fGhRzjugXxxBoutv .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-fGhRzjugXxxBoutv .taskText0,#mermaid-svg-fGhRzjugXxxBoutv .taskText1,#mermaid-svg-fGhRzjugXxxBoutv .taskText2,#mermaid-svg-fGhRzjugXxxBoutv .taskText3{fill:#fff}#mermaid-svg-fGhRzjugXxxBoutv .task0,#mermaid-svg-fGhRzjugXxxBoutv .task1,#mermaid-svg-fGhRzjugXxxBoutv .task2,#mermaid-svg-fGhRzjugXxxBoutv .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-fGhRzjugXxxBoutv .taskTextOutside0,#mermaid-svg-fGhRzjugXxxBoutv .taskTextOutside2{fill:#000}#mermaid-svg-fGhRzjugXxxBoutv .taskTextOutside1,#mermaid-svg-fGhRzjugXxxBoutv .taskTextOutside3{fill:#000}#mermaid-svg-fGhRzjugXxxBoutv .active0,#mermaid-svg-fGhRzjugXxxBoutv .active1,#mermaid-svg-fGhRzjugXxxBoutv .active2,#mermaid-svg-fGhRzjugXxxBoutv .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-fGhRzjugXxxBoutv .activeText0,#mermaid-svg-fGhRzjugXxxBoutv .activeText1,#mermaid-svg-fGhRzjugXxxBoutv .activeText2,#mermaid-svg-fGhRzjugXxxBoutv .activeText3{fill:#000 !important}#mermaid-svg-fGhRzjugXxxBoutv .done0,#mermaid-svg-fGhRzjugXxxBoutv .done1,#mermaid-svg-fGhRzjugXxxBoutv .done2,#mermaid-svg-fGhRzjugXxxBoutv .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-fGhRzjugXxxBoutv .doneText0,#mermaid-svg-fGhRzjugXxxBoutv .doneText1,#mermaid-svg-fGhRzjugXxxBoutv .doneText2,#mermaid-svg-fGhRzjugXxxBoutv .doneText3{fill:#000 !important}#mermaid-svg-fGhRzjugXxxBoutv .crit0,#mermaid-svg-fGhRzjugXxxBoutv .crit1,#mermaid-svg-fGhRzjugXxxBoutv .crit2,#mermaid-svg-fGhRzjugXxxBoutv .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-fGhRzjugXxxBoutv .activeCrit0,#mermaid-svg-fGhRzjugXxxBoutv .activeCrit1,#mermaid-svg-fGhRzjugXxxBoutv .activeCrit2,#mermaid-svg-fGhRzjugXxxBoutv .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-fGhRzjugXxxBoutv .doneCrit0,#mermaid-svg-fGhRzjugXxxBoutv .doneCrit1,#mermaid-svg-fGhRzjugXxxBoutv .doneCrit2,#mermaid-svg-fGhRzjugXxxBoutv .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-fGhRzjugXxxBoutv .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-fGhRzjugXxxBoutv .milestoneText{font-style:italic}#mermaid-svg-fGhRzjugXxxBoutv .doneCritText0,#mermaid-svg-fGhRzjugXxxBoutv .doneCritText1,#mermaid-svg-fGhRzjugXxxBoutv .doneCritText2,#mermaid-svg-fGhRzjugXxxBoutv .doneCritText3{fill:#000 !important}#mermaid-svg-fGhRzjugXxxBoutv .activeCritText0,#mermaid-svg-fGhRzjugXxxBoutv .activeCritText1,#mermaid-svg-fGhRzjugXxxBoutv .activeCritText2,#mermaid-svg-fGhRzjugXxxBoutv .activeCritText3{fill:#000 !important}#mermaid-svg-fGhRzjugXxxBoutv .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-fGhRzjugXxxBoutv g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-fGhRzjugXxxBoutv g.classGroup text .title{font-weight:bolder}#mermaid-svg-fGhRzjugXxxBoutv g.clickable{cursor:pointer}#mermaid-svg-fGhRzjugXxxBoutv g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-fGhRzjugXxxBoutv g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-fGhRzjugXxxBoutv .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-fGhRzjugXxxBoutv .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-fGhRzjugXxxBoutv .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-fGhRzjugXxxBoutv .dashed-line{stroke-dasharray:3}#mermaid-svg-fGhRzjugXxxBoutv #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-fGhRzjugXxxBoutv #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-fGhRzjugXxxBoutv #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-fGhRzjugXxxBoutv #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-fGhRzjugXxxBoutv #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-fGhRzjugXxxBoutv #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-fGhRzjugXxxBoutv #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-fGhRzjugXxxBoutv #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-fGhRzjugXxxBoutv .commit-id,#mermaid-svg-fGhRzjugXxxBoutv .commit-msg,#mermaid-svg-fGhRzjugXxxBoutv .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-fGhRzjugXxxBoutv .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-fGhRzjugXxxBoutv .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-fGhRzjugXxxBoutv g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-fGhRzjugXxxBoutv g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-fGhRzjugXxxBoutv g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-fGhRzjugXxxBoutv g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-fGhRzjugXxxBoutv g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-fGhRzjugXxxBoutv g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-fGhRzjugXxxBoutv .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-fGhRzjugXxxBoutv .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-fGhRzjugXxxBoutv .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-fGhRzjugXxxBoutv .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-fGhRzjugXxxBoutv .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-fGhRzjugXxxBoutv .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-fGhRzjugXxxBoutv .edgeLabel text{fill:#333}#mermaid-svg-fGhRzjugXxxBoutv .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-fGhRzjugXxxBoutv .node circle.state-start{fill:black;stroke:black}#mermaid-svg-fGhRzjugXxxBoutv .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-fGhRzjugXxxBoutv #statediagram-barbEnd{fill:#9370db}#mermaid-svg-fGhRzjugXxxBoutv .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-fGhRzjugXxxBoutv .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-fGhRzjugXxxBoutv .statediagram-state .divider{stroke:#9370db}#mermaid-svg-fGhRzjugXxxBoutv .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-fGhRzjugXxxBoutv .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-fGhRzjugXxxBoutv .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-fGhRzjugXxxBoutv .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-fGhRzjugXxxBoutv .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-fGhRzjugXxxBoutv .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-fGhRzjugXxxBoutv .note-edge{stroke-dasharray:5}#mermaid-svg-fGhRzjugXxxBoutv .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-fGhRzjugXxxBoutv .error-icon{fill:#522}#mermaid-svg-fGhRzjugXxxBoutv .error-text{fill:#522;stroke:#522}#mermaid-svg-fGhRzjugXxxBoutv .edge-thickness-normal{stroke-width:2px}#mermaid-svg-fGhRzjugXxxBoutv .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-fGhRzjugXxxBoutv .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-fGhRzjugXxxBoutv .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-fGhRzjugXxxBoutv .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-fGhRzjugXxxBoutv .marker{fill:#333}#mermaid-svg-fGhRzjugXxxBoutv .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-fGhRzjugXxxBoutv {color: rgba(0, 0, 0, 0.75);font: ;}张三李四王五你好!李四, 最近怎么样?你最近怎么样,王五?我很好,谢谢!我很好,谢谢!李四想了很长时间, 文字太长了不适合放在一行.打量着王五...很好... 王五, 你怎么样?张三李四王五

这将产生一个流程图。:

#mermaid-svg-83j7HVPj0e56zSXy .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);fill:#333;color:#333}#mermaid-svg-83j7HVPj0e56zSXy .label text{fill:#333}#mermaid-svg-83j7HVPj0e56zSXy .node rect,#mermaid-svg-83j7HVPj0e56zSXy .node circle,#mermaid-svg-83j7HVPj0e56zSXy .node ellipse,#mermaid-svg-83j7HVPj0e56zSXy .node polygon,#mermaid-svg-83j7HVPj0e56zSXy .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-83j7HVPj0e56zSXy .node .label{text-align:center;fill:#333}#mermaid-svg-83j7HVPj0e56zSXy .node.clickable{cursor:pointer}#mermaid-svg-83j7HVPj0e56zSXy .arrowheadPath{fill:#333}#mermaid-svg-83j7HVPj0e56zSXy .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-83j7HVPj0e56zSXy .flowchart-link{stroke:#333;fill:none}#mermaid-svg-83j7HVPj0e56zSXy .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-83j7HVPj0e56zSXy .edgeLabel rect{opacity:0.9}#mermaid-svg-83j7HVPj0e56zSXy .edgeLabel span{color:#333}#mermaid-svg-83j7HVPj0e56zSXy .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-83j7HVPj0e56zSXy .cluster text{fill:#333}#mermaid-svg-83j7HVPj0e56zSXy 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-83j7HVPj0e56zSXy .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-83j7HVPj0e56zSXy text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-83j7HVPj0e56zSXy .actor-line{stroke:grey}#mermaid-svg-83j7HVPj0e56zSXy .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-83j7HVPj0e56zSXy .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-83j7HVPj0e56zSXy #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-83j7HVPj0e56zSXy .sequenceNumber{fill:#fff}#mermaid-svg-83j7HVPj0e56zSXy #sequencenumber{fill:#333}#mermaid-svg-83j7HVPj0e56zSXy #crosshead path{fill:#333;stroke:#333}#mermaid-svg-83j7HVPj0e56zSXy .messageText{fill:#333;stroke:#333}#mermaid-svg-83j7HVPj0e56zSXy .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-83j7HVPj0e56zSXy .labelText,#mermaid-svg-83j7HVPj0e56zSXy .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-83j7HVPj0e56zSXy .loopText,#mermaid-svg-83j7HVPj0e56zSXy .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-83j7HVPj0e56zSXy .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-83j7HVPj0e56zSXy .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-83j7HVPj0e56zSXy .noteText,#mermaid-svg-83j7HVPj0e56zSXy .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-83j7HVPj0e56zSXy .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-83j7HVPj0e56zSXy .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-83j7HVPj0e56zSXy .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-83j7HVPj0e56zSXy .mermaid-main-font{font-family:"trebuchet ms", verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-83j7HVPj0e56zSXy .section{stroke:none;opacity:0.2}#mermaid-svg-83j7HVPj0e56zSXy .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-83j7HVPj0e56zSXy .section2{fill:#fff400}#mermaid-svg-83j7HVPj0e56zSXy .section1,#mermaid-svg-83j7HVPj0e56zSXy .section3{fill:#fff;opacity:0.2}#mermaid-svg-83j7HVPj0e56zSXy .sectionTitle0{fill:#333}#mermaid-svg-83j7HVPj0e56zSXy .sectionTitle1{fill:#333}#mermaid-svg-83j7HVPj0e56zSXy .sectionTitle2{fill:#333}#mermaid-svg-83j7HVPj0e56zSXy .sectionTitle3{fill:#333}#mermaid-svg-83j7HVPj0e56zSXy .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-83j7HVPj0e56zSXy .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-83j7HVPj0e56zSXy .grid .tick text{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-83j7HVPj0e56zSXy .grid path{stroke-width:0}#mermaid-svg-83j7HVPj0e56zSXy .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-83j7HVPj0e56zSXy .task{stroke-width:2}#mermaid-svg-83j7HVPj0e56zSXy .taskText{text-anchor:middle;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-83j7HVPj0e56zSXy .taskText:not([font-size]){font-size:11px}#mermaid-svg-83j7HVPj0e56zSXy .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-83j7HVPj0e56zSXy .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-83j7HVPj0e56zSXy .task.clickable{cursor:pointer}#mermaid-svg-83j7HVPj0e56zSXy .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-83j7HVPj0e56zSXy .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-83j7HVPj0e56zSXy .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-83j7HVPj0e56zSXy .taskText0,#mermaid-svg-83j7HVPj0e56zSXy .taskText1,#mermaid-svg-83j7HVPj0e56zSXy .taskText2,#mermaid-svg-83j7HVPj0e56zSXy .taskText3{fill:#fff}#mermaid-svg-83j7HVPj0e56zSXy .task0,#mermaid-svg-83j7HVPj0e56zSXy .task1,#mermaid-svg-83j7HVPj0e56zSXy .task2,#mermaid-svg-83j7HVPj0e56zSXy .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-83j7HVPj0e56zSXy .taskTextOutside0,#mermaid-svg-83j7HVPj0e56zSXy .taskTextOutside2{fill:#000}#mermaid-svg-83j7HVPj0e56zSXy .taskTextOutside1,#mermaid-svg-83j7HVPj0e56zSXy .taskTextOutside3{fill:#000}#mermaid-svg-83j7HVPj0e56zSXy .active0,#mermaid-svg-83j7HVPj0e56zSXy .active1,#mermaid-svg-83j7HVPj0e56zSXy .active2,#mermaid-svg-83j7HVPj0e56zSXy .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-83j7HVPj0e56zSXy .activeText0,#mermaid-svg-83j7HVPj0e56zSXy .activeText1,#mermaid-svg-83j7HVPj0e56zSXy .activeText2,#mermaid-svg-83j7HVPj0e56zSXy .activeText3{fill:#000 !important}#mermaid-svg-83j7HVPj0e56zSXy .done0,#mermaid-svg-83j7HVPj0e56zSXy .done1,#mermaid-svg-83j7HVPj0e56zSXy .done2,#mermaid-svg-83j7HVPj0e56zSXy .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-83j7HVPj0e56zSXy .doneText0,#mermaid-svg-83j7HVPj0e56zSXy .doneText1,#mermaid-svg-83j7HVPj0e56zSXy .doneText2,#mermaid-svg-83j7HVPj0e56zSXy .doneText3{fill:#000 !important}#mermaid-svg-83j7HVPj0e56zSXy .crit0,#mermaid-svg-83j7HVPj0e56zSXy .crit1,#mermaid-svg-83j7HVPj0e56zSXy .crit2,#mermaid-svg-83j7HVPj0e56zSXy .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-83j7HVPj0e56zSXy .activeCrit0,#mermaid-svg-83j7HVPj0e56zSXy .activeCrit1,#mermaid-svg-83j7HVPj0e56zSXy .activeCrit2,#mermaid-svg-83j7HVPj0e56zSXy .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-83j7HVPj0e56zSXy .doneCrit0,#mermaid-svg-83j7HVPj0e56zSXy .doneCrit1,#mermaid-svg-83j7HVPj0e56zSXy .doneCrit2,#mermaid-svg-83j7HVPj0e56zSXy .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-83j7HVPj0e56zSXy .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-83j7HVPj0e56zSXy .milestoneText{font-style:italic}#mermaid-svg-83j7HVPj0e56zSXy .doneCritText0,#mermaid-svg-83j7HVPj0e56zSXy .doneCritText1,#mermaid-svg-83j7HVPj0e56zSXy .doneCritText2,#mermaid-svg-83j7HVPj0e56zSXy .doneCritText3{fill:#000 !important}#mermaid-svg-83j7HVPj0e56zSXy .activeCritText0,#mermaid-svg-83j7HVPj0e56zSXy .activeCritText1,#mermaid-svg-83j7HVPj0e56zSXy .activeCritText2,#mermaid-svg-83j7HVPj0e56zSXy .activeCritText3{fill:#000 !important}#mermaid-svg-83j7HVPj0e56zSXy .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-83j7HVPj0e56zSXy g.classGroup text{fill:#9370db;stroke:none;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family);font-size:10px}#mermaid-svg-83j7HVPj0e56zSXy g.classGroup text .title{font-weight:bolder}#mermaid-svg-83j7HVPj0e56zSXy g.clickable{cursor:pointer}#mermaid-svg-83j7HVPj0e56zSXy g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-83j7HVPj0e56zSXy g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-83j7HVPj0e56zSXy .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-83j7HVPj0e56zSXy .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-83j7HVPj0e56zSXy .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-83j7HVPj0e56zSXy .dashed-line{stroke-dasharray:3}#mermaid-svg-83j7HVPj0e56zSXy #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-83j7HVPj0e56zSXy #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-83j7HVPj0e56zSXy #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-83j7HVPj0e56zSXy #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-83j7HVPj0e56zSXy #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-83j7HVPj0e56zSXy #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-83j7HVPj0e56zSXy #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-83j7HVPj0e56zSXy #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-83j7HVPj0e56zSXy .commit-id,#mermaid-svg-83j7HVPj0e56zSXy .commit-msg,#mermaid-svg-83j7HVPj0e56zSXy .branch-label{fill:lightgrey;color:lightgrey;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-83j7HVPj0e56zSXy .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-83j7HVPj0e56zSXy .slice{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-83j7HVPj0e56zSXy g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-83j7HVPj0e56zSXy g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-83j7HVPj0e56zSXy g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-83j7HVPj0e56zSXy g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-83j7HVPj0e56zSXy g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-83j7HVPj0e56zSXy g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-83j7HVPj0e56zSXy .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-83j7HVPj0e56zSXy .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-83j7HVPj0e56zSXy .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-83j7HVPj0e56zSXy .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-83j7HVPj0e56zSXy .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-83j7HVPj0e56zSXy .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-83j7HVPj0e56zSXy .edgeLabel text{fill:#333}#mermaid-svg-83j7HVPj0e56zSXy .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:'trebuchet ms', verdana, arial;font-family:var(--mermaid-font-family)}#mermaid-svg-83j7HVPj0e56zSXy .node circle.state-start{fill:black;stroke:black}#mermaid-svg-83j7HVPj0e56zSXy .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-83j7HVPj0e56zSXy #statediagram-barbEnd{fill:#9370db}#mermaid-svg-83j7HVPj0e56zSXy .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-83j7HVPj0e56zSXy .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-83j7HVPj0e56zSXy .statediagram-state .divider{stroke:#9370db}#mermaid-svg-83j7HVPj0e56zSXy .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-83j7HVPj0e56zSXy .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-83j7HVPj0e56zSXy .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-83j7HVPj0e56zSXy .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-83j7HVPj0e56zSXy .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-83j7HVPj0e56zSXy .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-83j7HVPj0e56zSXy .note-edge{stroke-dasharray:5}#mermaid-svg-83j7HVPj0e56zSXy .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-83j7HVPj0e56zSXy .error-icon{fill:#522}#mermaid-svg-83j7HVPj0e56zSXy .error-text{fill:#522;stroke:#522}#mermaid-svg-83j7HVPj0e56zSXy .edge-thickness-normal{stroke-width:2px}#mermaid-svg-83j7HVPj0e56zSXy .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-83j7HVPj0e56zSXy .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-83j7HVPj0e56zSXy .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-83j7HVPj0e56zSXy .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-83j7HVPj0e56zSXy .marker{fill:#333}#mermaid-svg-83j7HVPj0e56zSXy .marker.cross{stroke:#333}:root { --mermaid-font-family: "trebuchet ms", verdana, arial;}#mermaid-svg-83j7HVPj0e56zSXy {color: rgba(0, 0, 0, 0.75);font: ;}

链接
长方形
圆角长方形
菱形
  • 关于 Mermaid 语法,参考 这儿,

FLowchart流程图

我们依旧会支持flowchart的流程图:

Created with Raphaël 2.2.0开始我的操作确认?结束yesno
  • 关于 Flowchart流程图 语法,参考 这儿.

导出与导入

导出

如果你想尝试使用此编辑器, 你可以在此篇文章任意编辑。当你完成了一篇文章的写作, 在上方工具栏找到 文章导出 ,生成一个.md文件或者.html文件进行本地保存。

导入

如果你想加载一篇你写过的.md文件,在上方工具栏可以选择导入功能进行对应扩展名的文件导入,
继续你的创作。


  1. mermaid语法说明 ↩︎

  2. 注脚的解释 ↩︎

jq实现标签单选、多选功能相关推荐

  1. uni-app 获取单选 多选功能

    uni-app单选 多选功能 <view><!-- 单个复选框 --><checkbox-group class="block" @change=&q ...

  2. html中单选多选怎么写,HTML中select标签单选多选用法详解

    select 元素可创建单选或多选菜单.当提交表单时,浏览器会提交选定的项目,或者收集用逗号分隔的多个选项,将其合成一个单独的参数列表,并且在将 表单数据提交给服务器时包括 name 属性. 一.基本 ...

  3. android 文件选择器_Android 开发 打开系统文件、图片、视频等 实现单选多选功能...

    在网上搜下,如何实现图片的多选或者文件的多选,令人纳闷的是居然多是moudle.或第三方jar包,当然第三方的工程功能复杂或兼容性比较好,并没有说明Android系统是如何提供多选的. 既然这么多图片 ...

  4. js实现单选全选功能

    实现效果如图: 源代码 <view class="padding32"><template v-if="dataList2.length"&g ...

  5. RecyclerView实现单选和多选功能

    又来更新小功能了,项目中经常会遇到单选多选功能,总是草草的写下没有系统总结,今天来记录一下.这篇是用RecyclerView实现单选多选功能,下一篇再来讲用RecyclerView实现折叠效果的树形结 ...

  6. 使用jq的toggle函数实现全选功能遇到的问题

    2019独角兽企业重金招聘Python工程师标准>>> 今天做网站后台管理的时候,要实现一个单选全选的功能,很简单的功能,不过,遇到了一个很诡异的问题,写出来跟大家分享下. 功能就不 ...

  7. struts2 标签单选框_Struts 2 UI标签–表单,复选框,单选,选择,提交

    struts2 标签单选框 Struts2 UI tags are used to generate HTML form elements in result pages. Earlier we lo ...

  8. php多选筛选,织梦二次开发联动筛选(单选和多选)功能的实现

    织梦dedecms二次开发联动筛选(单选和多选)功能的实现 . 首先我把单选的代码贴出来,这个是我参考其他网站的,多选也是基于这个单选修改的,所以如果要做多选的话,也请先把单选的这些代码配置好. 联动 ...

  9. vue - 使用vue实现自定义多选与单选的答题功能

    4月底立得flag,五月底插上小旗,结果拖到六月底七月初才来执行.说什么工作忙都是借口,就是睡的比猪早,起的比猪晚. 本来实现多选单选这个功能,vue组件中在表单方面提供了一个v-model指令,非常 ...

  10. vue实现购物车简单的功能-单选全选总价计算、批量删除

    vue实现购物车简单的功能-----单选全选总价计算.批量删除等 观看了后盾人视频教学,视频里面对于全选和单选的功能没有讲全,于是自己研究了一下,前端小白,也是第一次写博客,有什么不足和可以优化的地方 ...

最新文章

  1. 170亿参数加持,微软发布史上最大Transformer模型
  2. 二叉树的先序遍历(递归)
  3. R语言ggplot2可视化绘制多条基本线图(Basic line plot)、使用gghighlight包突出高亮其中的某一条线图(highlight line plot)
  4. Mocha BSM 6.8成功发布
  5. 二十五:设计模式的总结
  6. 算法 - 冒泡排序(C#)
  7. 使用Qt作窗口截屏(含源码)
  8. WebKit 内核源码分析 (三) Page
  9. java 阻塞锁_Java实现锁、公平锁、读写锁、信号量、阻塞队列、线程池等常用并发工具...
  10. 商业互吹?扎克伯格:后悔没早点学微信
  11. JS 在火狐浏览器下关闭弹窗
  12. 软件工程毕业设计 毕设课题选题题目汇总
  13. 如何将微信聊天记录保存为excel
  14. 网吧服务器怎么加无线路由器,网吧路由器怎么设置 网吧路由器设置方法【详细步骤】...
  15. Applese涂颜色-欧拉降幂公式
  16. 最短路问题之单源最短路-Dijkstra算法
  17. webim 实现实时通讯的 4 种方式
  18. 德国MESSKO D1272AT数字显示器技术问题
  19. 结构光之单目+投影仪标定流程详解
  20. Ios php格式视频,ios视频格式转换器,ios视频格式mov转mp4,视频格式转换器

热门文章

  1. Pygame简易版2048小游戏:超详细解说,看完还不会可以剁手了(附完整源码)
  2. 虫虫asp建站源码_新云CMS仿完美下载站整站源码
  3. 【好文】敏捷中国十八年目睹之怪现状
  4. 利用leafcutter做可变剪切(新手向)
  5. 计算机60分分值分配,计算机二级分值分配 多少分及格
  6. 最后一本书 上机5(翻书)
  7. Java 结构化数据处理开源库 SPL
  8. html画布画五环,奥运五环(canvas标签学习)
  9. ie11无法播放html,IE11无法显示flash?IE11无法播放视频的解决方法
  10. uvaoj 10066 - The Twin Towers 最长公共子序列(LCS)