rust-leipzig / wiki

Markdown based wiki written in Rust
MIT License
17 stars 4 forks source link

Add highlight.js #56

Open Drogglbecher opened 7 years ago

Drogglbecher commented 7 years ago

For meaningful highlighting we want to use highlight.js. For this it would be good when we update the version via build.rs while building the application. ;)

Drogglbecher commented 7 years ago

One could also think about using npm here and do 'npm update highlight.js' while build process. So it would be easier to integrate and to stay up to date, on the other hand we would have an additional dependency here.