Forrest logo
back to context overview

mmdc

List of commands for mmdc:

  • mmdc:tldr:60925 mmdc: Convert a file to the specified format (automatically determined from the file extension).
    $ mmdc --input ${input-mmd} --output ${output-svg}
    try on your machine
    explain this command
  • mmdc:tldr:b5036 mmdc: Specify the theme of the chart.
    $ mmdc --input ${input-mmd} --output ${output-svg} --theme ${select}
    try on your machine
    explain this command
  • mmdc:tldr:e0253 mmdc: Specify the background color of the chart (e.g. `lime`, `"#D8064F"`, or `transparent`).
    $ mmdc --input ${input-mmd} --output ${output-svg} --backgroundColor ${color}
    try on your machine
    explain this command
back to context overview