Files
tldr/pages.zh/common/mmdc.md

17 lines
676 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mmdc
> 用于 mermaid 的命令行工具mermaid 是一个使用领域特定语言生成图表的工具。
> 输入一个 mermaid 定义文件,输出一个 SVG、PNG 或 PDF 文件。
> 更多信息请访问:<https://mermaid-js.github.io/mermaid/>.
- 将文件转换为指定格式(根据文件扩展名自动确定):
`mmdc --input {{input.mmd}} --output {{output.svg}}`
- 指定图表的主题:
`mmdc --input {{input.mmd}} --output {{output.svg}} --theme {{forest|dark|neutral|default}}`
- 指定图表的背景颜色(例如 `lime``"#D8064F"``transparent`
`mmdc --input {{input.mmd}} --output {{output.svg}} --backgroundColor {{color}}`