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.
Found it!
http://www.cdnjs.com/libraries/prettify
<script src="http://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.js" type="text/javascript"></script>
<link href="http://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.css" type="text/css">
Update: https://github.com/cdnjs/cdnjs/issues/695 (see bottom of page)