1.0.13 • Published 4 years ago

mermaid-js-converter v1.0.13

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

mermaid-js-converter

You can use command line to convert Mermaid's Markdown format into a more general SVG.

Requires

Install

$ npm install -g mermaid-js-converter

How to use

Add mermaid to the code block in Markdown to make this tool detect conversion. Like example.md

npm.io

Then execute the conversion command line.

$ mjc -f myMD.md -o SVG
  • -f: File name
  • -o: Output format
    • md: SVG to markdown
    • SVG: Markdown to SVG

Why this repository

Mermaid is a very cool development tool.

Although Gitlab has been supported, it is not supported Github.

This repository is affected by this issue inspired.

If the Markdown of a website does not support Mermaid, you can use this tool.

Of course, it would be better if Mermaid could be listed as a Markdown standard.

Support

  • Flow Chart
  • Sequence Diagram
  • Class Diagram
  • State Diagram
  • Gantt Chart
  • Pie Chart
  • ER Diagram
  • User Journey
1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago