>
Download This Plugin | |
Download Elegant Themes | |
Name | jQuery.Syntax |
Version | 3.0 |
Author | Samuel Williams |
Rating | 0 |
Last updated | 2011-05-08 05:08:00 |
Downloads |
3675
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
jQuery.Syntax plugin added 8 kB of resources to the Home page and 8 kB of resources to the sample Post page.
jQuery.Syntax plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! jQuery.Syntax plugin ads no tables to your Wordpress blog database.jQuery.Syntax is an extremely fast and lightweight syntax highlighter. It has dynamic loading of syntax source files and integrates cleanly using CSS or modelines. It supports a large number of different programming languages.
This WordPress plugin provides syntax highlighting using jQuery.Syntax, supporting a wide range of popular languages. It supports both block elements (pre) and inline elements (code) for highlighting.
Wrap code blocks with <pre class="syntax {language}">
and </pre>
where {language}
is a jQuery.Syntax supported brush (http://www.oriontransfer.co.nz/software/jquery-syntax/examples).
Wrap inline code with <code class="syntax {language}">
and </code>
.
If the code has already been escaped (i.e. characters such as <, >, have been converted to html entities), then add escaped
into the class list: <pre class="syntax escaped {language}">
. This will prevent the filter from doing this conversion automatically.
For more details, examples, source code, love and rainbows, please visit the project page: http://www.oriontransfer.co.nz/software/jquery-syntax