We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am looking here: https://github.com/google/code-prettify
and here: https://rawgit.com/google/code-prettify/master/examples/quine.html
I see this example:
<script src="https://rawgit.com/google/code-prettify/master/loader/run_prettify.js?autoload=true&skin=sunburst&lang=css" defer=""></script>
note it has skin=sunburst as a query option param in the url..
so how do we load these themes in this repo? can we use the skin option as a query parameter or..?
skin
The text was updated successfully, but these errors were encountered:
Hi @ORESoftware,
I think you have to serve the prettify.js and the theme CSS file yourself.
Please check the doc below: https://github.com/google/code-prettify/blob/master/docs/getting_started.md#serving-your-own-js--css
Sorry, something went wrong.
No branches or pull requests
I am looking here:
https://github.com/google/code-prettify
and here:
https://rawgit.com/google/code-prettify/master/examples/quine.html
I see this example:
note it has skin=sunburst as a query option param in the url..
so how do we load these themes in this repo?
can we use the
skin
option as a query parameter or..?The text was updated successfully, but these errors were encountered: