IMC全新升级合集站,成千上万款游戏在线玩,更多功能敬请期待! 该站点正处于测试中,如果有任何问题欢迎反馈

mermaid 测试

目录

前言

看到主题插件有这个插件, 就顺便琢磨琢磨了) 正好obsidian有mermaid的插件, 预制了一些模板语法以及预览, 正好拿这篇文章试试效果)

测试

Flowchart

flowchart LR
Start --> Stop

SequenceDiagram

sequenceDiagram
Alice->>John: Hello John, how are you?
John-->>Alice: Great!
Alice-)John: See you later!

StateDiagram

stateDiagram-v2
    [*] --> Still
    Still --> [*]

    Still --> Moving
    Moving --> Still
    Moving --> Crash
    Crash --> [*]

EntityRelationshipDiagram

erDiagram
    CUSTOMER ||--o{ ORDER : places
    ORDER ||--|{ LINE-ITEM : contains
    CUSTOMER }|..|{ DELIVERY-ADDRESS : uses

UserJourneyDiagram

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

GanttChart

gantt
    title A Gantt Diagram
    dateFormat  YYYY-MM-DD
    section Section
    A task           :a1, 2014-01-01, 30d
    Another task     :after a1  , 20d
    section Another
    Task in sec      :2014-01-12  , 12d
    another task      : 24d

PieChart

pie title /r/obsidianmd posts by type
    "Look at my awesome graph" : 85
    "Look at my cool dashboard" : 14
    "Moved from Notion, liking it" : 1

RequirementDiagram

    requirementDiagram

    requirement test_req {
    id: 1
    text: the test text.
    risk: high
    verifymethod: test
    }

    element test_entity {
    type: simulation
    }

    test_entity - satisfies -> test_req

GiteGraph

gitGraph
    commit
    commit
    branch develop
    checkout develop
    commit
    commit
    checkout main
    merge develop
    commit
    commit
标签 :
comments powered by Disqus

相关内容

latex公式渲染测试

前言 博客Latex公式渲染老炸, 气死我啦啊啊啊啊啊啊!!! 这叫我怎么总结数学笔记嘛!!! 用这个页面记录几个newbing给的公式, 用来测试latex公式的渲染) 测试 使用latex语法给我 …

更多

申请友联

申请友联页面 欢迎各位博主添加友联~ 在本页面使用指定格式回复即可申请添加友联~ 请复制格式,按照要求填写,并回复在下方评论区内。{}大括号内容及为可更改。 添加友联格式: 友链名称:{链接名称} 友 …

更多

东方拾物谭 一-无冕凤冠

前言 虽说有了写《东方拾物谭》的念头,但是第一章要以哪个人物为主体写,以及写什么物品,心里还是没个数,但又不想写东方里太过知名的角色,总感觉容易会在二设上与其他人的二设会冲突,便征求群友的意见。 群 …

更多