Skip to content

Commit

Permalink
Change mermaid default output file to pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Jan 25, 2022
1 parent 53eb2c1 commit afbe6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cats/+mermaid.el
Expand Up @@ -4,5 +4,5 @@
:mode "\\.mmd\\'"
:config
(setq mermaid-tmp-dir (concat cat-cache-dir "mermaid/")
mermaid-output-format ".svg"
mermaid-flags "-b transparent -t dark"))
mermaid-output-format ".pdf"
mermaid-flags "-b transparent -t dark -f"))

0 comments on commit afbe6fa

Please sign in to comment.