ele828 / hexo-prism-plugin

Hexo plugin for code highlighting by prism.js, supporting JSX syntax
204 stars 51 forks source link

Custom css doesn't work #41

Closed bibixx closed 5 years ago

bibixx commented 6 years ago

So custom css doesn't work if I download package from npm. However when I install it directly from this repository all works.

What I have discovered is that probably there is wrong version published into npm since src/index.js in node_modules is different than one in this repository.

ele828 commented 5 years ago

can you retry again, version 2.3.0? I just released new version.

bibixx commented 5 years ago

Yes! With version 2.3 it works great.