2024年最全markdown编辑器的使用教程,2024春招面试

最后

给大家送一个小福利

附高清脑图,高清知识点讲解教程,以及一些面试真题及答案解析。送给需要的提升技术、准备面试跳槽、自身职业规划迷茫的朋友们。

本文已被CODING开源项目:【一线大厂Java面试题解析+核心总结学习笔记+最新讲解视频+实战项目源码】收录

需要这份系统化的资料的朋友,可以点击这里获取

居中并且带尺寸的图片: Alt

当然,我们为了让用户更加便捷,我们增加了图片拖拽功能。

如何插入一段漂亮的代码片


博客设置页面,选择一款你喜欢的代码片高亮样式,下面展示同样高亮的 代码片.

// 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 ∞ t z − 1 e − t d t   . \Gamma(z) = \int_0^\infty t{z-1}e{-t}dt\,. Γ(z)=∫0∞​tz−1e−tdt.

你可以找到更多关于的信息 LaTeX 数学表达式here.

新的甘特图功能,丰富你的文章


Mon 06 Mon 13 Mon 20 已完成 进行中 计划一 计划二 现有任务 Adding GANTT diagram functionality to mermaid

  • 关于 甘特图 语法,参考 这儿,

UML 图表


可以使用UML图表进行渲染。 Mermaid. 例如下面产生的一个序列图:

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

这将产生一个流程图。:

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

链接

长方形

圆角长方形

菱形

  • 关于 Mermaid 语法,参考 这儿,

FLowchart流程图


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

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

  • 关于 Flowchart流程图 语法,参考 这儿.

导出与导入


导出

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

导入

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

继续你的创作。

一线互联网大厂Java核心面试题库

image

正逢面试跳槽季,给大家整理了大厂问到的一些面试真题,由于文章长度限制,只给大家展示了部分题目,更多Java基础、异常、集合、并发编程、JVM、Spring全家桶、MyBatis、Redis、数据库、中间件MQ、Dubbo、Linux、Tomcat、ZooKeeper、Netty等等已整理上传,感兴趣的朋友可以看看支持一波!

本文已被CODING开源项目:【一线大厂Java面试题解析+核心总结学习笔记+最新讲解视频+实战项目源码】收录

需要这份系统化的资料的朋友,可以点击这里获取

程、JVM、Spring全家桶、MyBatis、Redis、数据库、中间件MQ、Dubbo、Linux、Tomcat、ZooKeeper、Netty等等已整理上传,感兴趣的朋友可以看看支持一波!

本文已被CODING开源项目:【一线大厂Java面试题解析+核心总结学习笔记+最新讲解视频+实战项目源码】收录

需要这份系统化的资料的朋友,可以点击这里获取

  • 20
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值