ele828 / hexo-prism-plugin

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

Fix Hexo 5 brackets symbol error #62

Open sdwh opened 3 years ago

sdwh commented 3 years ago

Fix Hexo 5 Code Section Render with "{" or "}" render as { and } error.

awongCM commented 2 years ago

Fix Hexo 5 Code Section Render with "{" or "}" render as { and } error.

Hi there,

Are they any plans to have this PR merged soon? I just migrated my Octopress to Hexo today, configured to use this prism plugin and notice all of my existing backtick javascript code have the open/close brackets rendered as { and } respectively.

Would appreciate if you could provide ETA on this so I can do upgrade hexo-prism-plugin version for it.

Thanks!

Crazyokd commented 1 year ago

I also wish this pr can merge soon.