We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
highlight.js
Fails to build with latest hightlight.js node module.
hightlight.js
Get the latest highlight.js and run python setup.py build_ui.
python setup.py build_ui
I looked into the commits over on highlight.js and found this commit stating
github-gist has been removed in favor of github [Jan Pilzer][]
github-gist
github
If I update highlight.css and change
highlight.css
@import url('node_modules/highlight.js/styles/github-gist.css');
to
@import url('node_modules/highlight.js/styles/github.css');
everything works.
The text was updated successfully, but these errors were encountered:
Thanks for giving the fix :)
Sorry, something went wrong.
No branches or pull requests
Description
Fails to build with latest
hightlight.js
node module.How to reproduce
Get the latest
highlight.js
and runpython setup.py build_ui
.Fix
I looked into the commits over on
highlight.js
and found this commit statingIf I update
highlight.css
and change@import url('node_modules/highlight.js/styles/github-gist.css');
to
@import url('node_modules/highlight.js/styles/github.css');
everything works.
The text was updated successfully, but these errors were encountered: