dialoa / imagify

Pandoc/Quarto filter to convert selected LaTeX elements to images in other output formats
https://dialoa.github.io/imagify/
MIT License
16 stars 1 forks source link

Quarto: use native base64 encoding #10

Open jdutant opened 1 year ago

jdutant commented 1 year ago

To embed SVG files in data URLs the filter use base64url encoding. In Quarto the lbase64 library is available, the filter should use it.