cdnprettifytypepad

Is there a Content Delivery Network (CDN) that hosts Google Code Prettify?


Is there a content delivery network (CDN) that is hosting google-code-prettify?

I am putting together a blog on TypePad and would like to take advantage of a CDN if possible.


Solution

  • There is a CDN for prettify:

    https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js
    

    Its use is explained on the official code-prettify repository. You can use it with a skin, like this:

    <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js?skin=desert"></script>
    

    That way you don't have to worry about additional CSS files. For more details and a full list of URL configurations, check the Getting Started section.


    As mentioned by Jan Šotola, the previous RawGit CDN was shut down.
    Read more details on migrating away from deprecated RawGit.