cover | docxtoc | title | subtitle |
---|---|---|---|
true |
true |
测试文档 |
副标题 |
First, use brew to install graphviz
brew install graphviz
Then, install mermaid cli locally.
yarn add @mermaid-js/mermaid-cli
or
npm install @mermaid-js/mermaid-cli
pandoc test.md --lua-filter=dot_mermaid.lua -o test.pdf
pandoc test.md --lua-filter=dot_mermaid.lua -o test.docx