forked from googlearchive/code-prettify
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Amro edited this page Apr 29, 2015
·
1 revision
A JavaScript module and CSS file that allows syntax highlighting of source-code snippets in an HTML page.
For examples, see the README file.
- Works on HTML pages
- Works even if code contains embedded links, line numbers, etc.
- Simple API: include some JS&CSS and add an onload handler.
- Lightweights: small download and does not block page from loading while running.
- Customizable styles via CSS. See the themes gallery
- Supports all C-like, Bash-like, and XML-like languages. No need to specify the language
- Extensible language handlers for other languages. You can specify the language.
- Widely used with good cross-browser support. Powers https://code.google.com/ and http://stackoverflow.com/