apiad / auditorium

An HTML+CSS+JS generator from pure Python code
https://apiad.net/auditorium
81 stars 13 forks source link

Highlight doesn't work on static render #20

Closed apiad closed 4 years ago

apiad commented 4 years ago

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.