lepffm / issuance

Blogging with Github Issues.
https://github.com/lepffm/issuance/issues
MIT License
1 stars 0 forks source link

diagram/chart tool - Mermaid #188

Open lepffm opened 3 months ago

lepffm commented 3 months ago

벌써 Mermaid + ChatGPT 글이 올라오는 시기에 늦은 감은 있지만..

Introduction

support diagram

integration

Good

comparison

reference

lepffm commented 3 months ago
```mermaid
%%{init: {'theme':'forest'}}%% 
mindmap
  root((**MERMAID**))
    A((Intro))
      Generate diagrams from markdown-like text
      (Good)
        (text format)
        (using vcs)
      (Bad)
        No WISIWIG
        some learning curve
        humble styling    
    B((Support<br/>Diagram))
      Flowchart
      UML diagrams
      Pie Chart
      ERD

    C((Integration))
      GitHub
        Issues<br/> Discussions<br/> PR, wikis<br/> markdown files
      GitLab
      Notion
      IntelliJ IDEA
    (vs<br/>draw.io)
        WISYWIG
        일반 사용자에게 더 친숙
        형상관리X  
%%{init: {'theme':'forest'}}%% 
mindmap
  root((**MERMAID**))
    A((Intro))
      Generate diagrams from markdown-like text
      (Good)
        (text format)
        (using vcs)
      (Bad)
        No WISIWIG
        some learning curve
        humble styling    
    B((Support<br/>Diagram))
      Flowchart
      UML diagrams
      Pie Chart
      ERD

    C((Integration))
      GitHub
        Issues<br/> Discussions<br/> PR, wikis<br/> markdown files
      GitLab
      Notion
      IntelliJ IDEA
    (vs<br/>draw.io)
        WISYWIG
        일반 사용자에게 더 친숙
        형상관리X