jdan / cleaver

30-second slideshows for hackers
http://jdan.github.io/cleaver
MIT License
4.02k stars 305 forks source link

Upgrade highlight.js to version 9.0.0 #133

Closed omarkhan closed 8 years ago

omarkhan commented 8 years ago

Addresses issue https://github.com/jdan/cleaver/issues/110. This change adds syntax highlighting for many languages. See the highlight.js changelog for a full list.

This pull request also updates the github.css theme to the latest version. This is required as the css class names have changed.

jdan commented 8 years ago

Excellent, thank you @omarkhan!

I was working with hljs in another app and was confused why my github.css wasn't working, so thanks for fixing that as well.