You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though the highlightjs dependency is actually removed in #28 , it seems so many people asking about this.
So I guess I'll just add it back this weekend. Thanks for the opinion.
It has one huge packed highlight.js with all languages included, and usually you'll only use one or two of them. This adds so much overhead to the network transfer and javascript parsing.
So I recommend that you just stay with the suggested way to include highlight.js described in README.
There's currently no official bower package of highlight.js (see here). You should either build highlight.js yourself or use the pre-built one on cdnjs.
This package is dependent on highlightjs but not in bower.json's "dependencies" field.
The text was updated successfully, but these errors were encountered: