yakivmospan / github-wikito-converter

Generate HTML & PDF documentation from Github wiki or any other markdown-based wiki.
Other
293 stars 52 forks source link

Highlight.js 9.0 is outdated, the package is broken right now #62

Closed lokapal closed 3 years ago

lokapal commented 3 years ago

gwtc ./nwchem.wiki Version 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade or ask whatever dependency you are using to upgrade. https://github.com/highlightjs/highlight.js/issues/2877 documentation.html

I've tried npm install highlight.js and it says, that 10.5 version is installed. GWTC, obviously, use its own highlight.js

panvicka commented 3 years ago

Hello, until fixed I have cloned the repo, changed line 64 in package.json to "highlight.js": "^10.0," and installed it as local version as described in README https://github.com/yakivmospan/github-wikito-converter#local-version

It runs ok again.

https://github.com/yakivmospan/github-wikito-converter/blob/14b7f30ba9a21feed75fb67e00d80ccfde81315d/package.json#L57-L71

yakivmospan commented 3 years ago

Fixed in release 1.5.3.