Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.07 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.07 KB

Delta Modeling Section - Mermaid Charts

To generate sleek mermaid charts that are clickable and well-formatted, use this repo.

  1. Create a conda environment using the environment.yml in this repo

    conda env create -f environment.yml

  2. Download the mermaid cli SVG generator

    npm config set registry http://registry.npmjs.org/

    npm config set strict-ssl false

    npm install -g @mermaid-js/mermaid-cli

  3. Create your mermaid diagrams and save as .mmd

  4. Export as SVG

    mmdc -i input.mmd -o output.svg

There is an example.md from PetterTech There are also examples of how to just include a mermaid diagram in your readme.md here

Mermaid Chart Icon You can also use the Mermaid Chart VS Code extension but it only works if your file is *.mmd