ele828 / hexo-prism-plugin

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

Fix root directory problem #15

Closed steven0129 closed 7 years ago

steven0129 commented 7 years ago

If root directory is not "/", this plugin has some problems. This commit fix this.

ele828 commented 7 years ago

Thanks for your contribution! What about javascript importing statements below?

ele828 commented 7 years ago

Thank you!