valeriangalliat / markdown-it-highlightjs

Preset to use highlight.js with markdown-it.
The Unlicense
54 stars 30 forks source link

provide ES5 version #4

Closed sylvainpolletvillard closed 6 years ago

sylvainpolletvillard commented 7 years ago

fix https://github.com/valeriangalliat/markdown-it-highlightjs/issues/3

valeriangalliat commented 6 years ago

I'm sorry, this project doesn't support ES5 since version 3.0.0.

However the 2.0.0 version is still published and supports ES5, and there's no new feature in 3.0.0 other than being written in ES6.

sylvainpolletvillard commented 6 years ago

You like ES6, fine, me too. But not transpiling to ES5 is still considered bad practice and made your project unusable for hundreds of users: https://github.com/miaolz123/vue-markdown/issues/37

Anyway, I moved to something else. Enjoy your new version that brings nothing except breaking support for most users