shime / livedown

Live Markdown previews for your favorite editor.
MIT License
764 stars 45 forks source link

highlight.js outdated #26

Closed caedn closed 7 years ago

caedn commented 7 years ago

highlight.min.js (everything in /vendor really) is 2 years old which means there is no syntax highlighting for Rust and many other languages.

niftylettuce commented 7 years ago

@caedn can you submit a pull request to fix this?

rattletat commented 4 years ago

@niftylettuce Can you check whether this is again true? I have some problems highlighting Julia code. Thanks for your work!

niftylettuce commented 4 years ago

Can you please check into this more on your end? You can fork the repo, npm locally link it, upgrade hljs in it if necessary, and see if that fixes? If it's a problem you have you should be able to learn how to resolve it. It's not healthy for open source for a single person to be the point of failure and knowledge.

rattletat commented 4 years ago

@niftylettuce Thanks for the fast response! I'm not really familiar with javascript package building but I will try to look into it and investigate further :)