Open cderv opened 3 years ago
Found the related issue: https://github.com/hakimel/reveal.js/issues/2978
This is a regression from 4.1.1 when support for multiple background image was added
I'll comment there.
This is now fixed in dev version of revealjs https://github.com/hakimel/reveal.js/commit/05e57dea66529a1b472f743f8ac520fb8bed0ba2
Hoepfully, we'll get a release soon to include
This is something at the pandoc / reveal level
data-uri are not loaded. I believe mainly because the content of
data-background-url
is passed tourl()
in the slide section by revealSource is
But after reveal.js process, it gets wrongly split into two
url()
callShould be as with reveal.js 3
Issue opened on Pandoc discuss to have thoughts from Pandoc teams : https://groups.google.com/g/pandoc-discuss/c/LcbGvVRDoSw