When using auditorium render the rendered HTML embeds all JS, but reveal-js needs to load plugins from source files, so there is no trivial way of getting highlight.js and potentially other plugins to work in the static context.
Solution idea: Replace highlight.js for a Python alternative, such as Pygments.
When using
auditorium render
the rendered HTML embeds all JS, butreveal-js
needs to load plugins from source files, so there is no trivial way of gettinghighlight.js
and potentially other plugins to work in the static context.Solution idea: Replace
highlight.js
for a Python alternative, such as Pygments.