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

Add support for `revealjs` #14

Open connortwiegand opened 5 months ago

connortwiegand commented 5 months ago

When I imagify a simple tex command in Quarto with format: html, things work as expected. However, when I change the format to revealjs, I get a 404 error that the file cannot be found (even though an absolute link is provided to the existing file). Note that I am creating this issue with a PR ready, but I'm not entirely sure if this will add the full generality of the filter to all reveal presentations.

Great filter BTW!