mermaid-live-editor
mermaid-live-editor copied to clipboard
Downloading SVG not rendering theme.
I used the following code to create a flow chart Mermaid Live Editor.
graph TD
A(Coding for kids)--> B(Critical thinking)
A --> C(Getting better at basic mathematics)
A --> D(Perseverance)
A --> E(Creators)
A --> F(Future skills)
The image that I received when I clicked on download as SVG
button was similar to what the preview
option shows when no/wrong option is selected in the theme
option under Mermaid Configuration
.
I have converted the image to png using (https://svgtopng.com/) since github/imgur etc don't support uploading a image in svg
.