Open
Description
Upgrading the library is difficult when we've selected extra languages in the download page, as there's no good way of downloading the same bundle in the future.
Prism.js solves this by updating the URL to match the selected checkboxes, and embedding that URL in the resulting download as a comment. See https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript, which includes markup
, css
, clike
, and javascript
. Having such a feature on our downloads page would be really wonderful.
Similar to highlightjs/highlight.js#1035