Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 585
ahsteele Avatar asked Feb 19 '10 05:02

ahsteele


People also ask

What is Google code prettify?

A Javascript module and CSS file that allows syntax highlighting of source code snippets in an html page.

What is CDN HTML?

A content delivery network (CDN) refers to a geographically distributed group of servers which work together to provide fast delivery of Internet content. A CDN allows for the quick transfer of assets needed for loading Internet content including HTML pages, javascript files, stylesheets, images, and videos.


1 Answers

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)

like image 112
5 revs, 4 users 56% Avatar answered Sep 17 '22 18:09

5 revs, 4 users 56%