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/#/search/prettify
Update: https://github.com/cdnjs/cdnjs/issues/695 (see bottom of page) |
|||||||
|
|
I believe you could use it directly from Google Code though.. ?
embeding |
|||||||||||
|
|
Looks like MaxCDN/NetDNA does: http://opensource.maxcdn.com/javascript/prettify/ And this is the code to use:
|
|||
|
|
|
You can use Google Code Prettify directly. Read their Google Code Prettify Readme or wiki, and they tell you how to use them as the hosting provider.
Then to use the prettyprint powers of Google Code Prettify, add
or
|
||||
|
|
|
I don't know about TypePad. In blogger you can put the code in a widget: blogger-code-prettifier Does TypePad support templates where you can insert javascript code? |
|||||
|
|
You could create an account on Dropbox and put all the Javascript + CSS files in the public folder. This worked for me! |
|||
|
|