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….
EPUB Accessibility - EU Accessibility Act Mapping
The European Accessibility Act (EAA) is an EU directive that establishes accessibility requirements for different types of products and services.www.w3.org
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…
GitHub - sonnyp/mermaid-webkitgtk
Contribute to sonnyp/mermaid-webkitgtk development by creating an account on GitHub.GitHub
“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