MSzturc / obsidian-advanced-slides

Create markdown-based reveal.js presentations in Obsidian
https://mszturc.github.io/obsidian-advanced-slides/
MIT License
948 stars 80 forks source link

bump version of reveal.js #251

Closed Gotos closed 11 months ago

Gotos commented 11 months ago

I noticed that syntax highlighting for code blocks with javascript/typescript code was pretty bare-bones. This is because the version of reveal.js included in the most recent release of obsidian-advanced-slides in turn uses an old version of highlight.js.

This PR only bumps the version of reveal.js (and highlight.js) providing much nicer syntax highlighting for typescript. I don't know if there are other perks to the version bump, I only cared about this aspect :D