New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command Line: Escape markup in command line output #3341
Command Line: Escape markup in command line output #3341
Conversation
Happy to help. How do the release tags relate to the js/css downloads on the prism site? The last release was January I think but if I download the css/js from the site now it includes my recent PRs which went in since the Jan release. Is the site based on master? I think it may be better if the site was built from a tagged release then the version number in the downloaded css/js would always correspond to a fixed point in the code. |
Not at all. As you guess, they get everything straight from master.
I agree, but that's not easy to implement on top of GitHub pages. However, we actually need this for another feature, so it is planned that you will eventually be able to select a specific version on the download page. |
Fixes #3340