PrismJS / prism

Lightweight, robust, elegant syntax highlighting.
https://prismjs.com
MIT License
12.28k stars 1.3k forks source link

Stack overflow encountered with custom build of prism.js when selecting Markdown + Markup language options #469

Closed cookch10 closed 9 years ago

cookch10 commented 9 years ago

Given the following build URL: http://prismjs.com/download.html?themes=prism&languages=markup+markdown&plugins=line-highlight+line-numbers+show-invisibles+autolinker+wpd+show-language

The generated prism.js file yields a stack overflow error when loaded on a web page:

image

Golmote commented 9 years ago

@cookch10 It should be fixed now. Thanks for the report!

vkbansal commented 9 years ago

@Golmote Thanks for the quick fix!

cookch10 commented 9 years ago

@Golmote thanks for the fast follow-up. Works without fail, now! 👍

LeaVerou commented 9 years ago

Thanks for fixing this @Golmote!