Skip to main content

Search

Items tagged with: pandoc


Starting with version 3.1.12, #pandoc-generated #EPUBs conform to the EU Accessibility Act. w3.org/TR/epub-a11y-eaa-mappin…

Relevant metadata fields are listed in the "EPUB metadata" section of the manual: pandoc.org/MANUAL#epub-metadat….

#accessibility #A11y


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.

github.com/sonnyp/mermaid-webk…

Tomorrow I'll test the integration with Apostrophe.

gitlab.gnome.org/World/apostro…


“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

pandoc.org/MANUAL#defaults-fil…

#pandoc #cli #yaml