ele828 / hexo-prism-plugin

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

Add 'no-assets' option to load assets outside the plugin #44

Closed memolog closed 5 years ago

memolog commented 5 years ago

This option makes it possible to stop loading asset files. It helps when we want to bundle prism files with the other assets outside the plugin.

Could you take a look the PR and merge it if it looks ok for you?

Thanks in advance :)

ele828 commented 5 years ago

Hi @memolog , thanks for your contribution! The PR looks good, I will merge it directly and draft a new release for it accordingly asap.