Prettify code blocks
February 20th, 2008Google has a project to do “syntax highlighting of code snippets in a web page” using javascript. Its here:
http://code.google.com/p/google-code-prettify/
linux, web development, and development teams
Google has a project to do “syntax highlighting of code snippets in a web page” using javascript. Its here:
http://code.google.com/p/google-code-prettify/
I’m working on a mashable page for FH’s intranet, and one of the potential issues is safety if we allow content that isn’t on some “approved list”. That’s exactly the point of Caja (from Google) - “A source-to-source translator for securing Javascript-based web content.”
The Caja page also links to some other pages of groups […]