Markdown

Posted by Zhenda on Sat, May 25, 2024
Total Views:

参考链接

基础

  • 标题
    • title

  • 无序列表

    - *
  • 分割线

  • 有序列表
    1. aaa
    2. bbb
  • 取消 markdown 语法
    • 代码块
      • 多行代码
        1
        
        print('hello')
        
      • 单行代码 cmd
    • 转义
      • \
  • 字体
    • 字体加粗
    • 斜体
    • 粗斜体
  • 引用块

    法斯蒂芬森地方 法斯蒂芬森地方 法斯蒂芬森地方

    sdfsdfsdf sdfsdfsdf

    sdfsdfsdf

  • 换行

  • 注释

进阶

  • 图片
    • img1
  • 超链接地址
  • 表格
    左对其居中右对其
    top112222222212
    6565656565656
    top26565656565656
    6565656565656
  • html
    • 设置各种 css 颜色
  • 勾选框
    • 添加停用词配置
    • 预览 背景混乱
  • 数学公式
    • $E = mc^2$
    • $$E = mc^2$$

高级

Mermaid Diagram

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
gantt
dateFormat  YYYY-MM-DD
title Adding GANTT diagram to mermaid
excludes weekdays 2014-01-10

section A section
Completed task            :done,    des1, 2014-01-06,2014-01-08
Active task               :active,  des2, 2014-01-09, 3d
Future task               :         des3, after des2, 5d
Future task2               :         des4, after des3, 5d
journey
    title My working day
    section Go to work
      Make tea: 5: Me
      Go upstairs: 3: Me
      Do work: 1: Me, Cat
    section Go home
      Go downstairs: 5: Me
      Sit down: 5: Me
sankey-beta

%% source,target,value
Electricity grid,Over generation / exports,104.453
Electricity grid,Heating and cooling - homes,113.726
Electricity grid,H2 conversion,27.14
---
title: Simple sample
---
stateDiagram-v2
    [*] --> Still
    Still --> [*]

    Still --> Moving
    Moving --> Still
    Moving --> Crash
    Crash --> [*]
flowchart TB
    A --> C
    A --> D
    B --> C
    B --> D
mindmap
Root
    A
        B
        C
    D
        E
        F
    Q
        Q1
        Q2
            1
            2
            3