valeriangalliat / markdown-it-highlightjs

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

Distribution version #1

Closed Psychokrameur closed 8 years ago

Psychokrameur commented 8 years ago

Hello,

Can you please release a dist version? (like in https://github.com/markdown-it/markdown-it-footnote, folder dist This is an example of repo, but there is a lot of repo where you can find this)

Thanks a lot in advance

valeriangalliat commented 8 years ago

Hi @Psychokrameur,

The dist version is released on npm, when you require('markdown-it-highlightjs') it's actually the ES5-compiled version. Isn't it OK for you?

Psychokrameur commented 8 years ago

The think is... i did not use npm :)

valeriangalliat commented 8 years ago

You should use npm then, or you can run the prepublish script locally to compile the code if you don't want to use npm. 👍