-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

mmdc


> CLI for mermaid, a diagram generation tool with a domain-specific language.

> A mermaid definition file is taken as input and a SVG, PNG, or PDF file is generated as output.

More information.


Convert a file to the specified format (automatically determined from the file extension):

mmdc --input {input.mmd} --output {output.svg}

Specify the theme of the chart:

mmdc --input {input.mmd} --output {output.svg} --theme {forest|dark|neutral|default}

Specify the background color of the chart (e.g. `lime`, `"#D8064F"`, or `transparent`):

mmdc --input {input.mmd} --output {output.svg} --backgroundColor {color}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:10:01 2024