Skip to main content

Search

Items tagged with: pandoc


I ended up making a CLI and #pandoc filter to render Mermaid to SVG.

Doesn't do as much but thanks to #WebKitGTK it's 50% faster than Mermaid tools.

https://github.com/sonnyp/mermaid-webkitgtk

Tomorrow I'll test the integration with Apostrophe.

https://gitlab.gnome.org/World/apostrophe/-/merge_requests/234#note_1651233


β€œDefaults files” are a convenient tool to store, group, and combine related command line options.
E.g., instead of typing

pandoc --pdf-engine=xelatex -V csquotes

one could create a file `pdf.yaml` with

pdf-engine: xelatex
variables: {csquotes: true}

and use it with

pandoc -d pdf.yaml

https://pandoc.org/MANUAL#defaults-files

#pandoc #cli #yaml

⇧