>
Download This Plugin | |
Download Elegant Themes | |
Name | WP-Syntax |
Version | 1.0 |
Author | Steven A. Zahm |
Rating | 76 |
Last updated | 2013-02-10 01:12:00 |
Downloads |
281344
|
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%
WP-Syntax plugin added 4 kB of resources to the Home page and 4 kB of resources to the sample Post page.
WP-Syntax plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP-Syntax plugin ads no tables to your Wordpress blog database.WP-Syntax provides clean syntax highlighting using GeSHi -- supporting a wide range of popular languages. It supports highlighting with or without line numbers and maintains formatting while copying snippets of code from the browser.
It avoids conflicts with other 3rd party plugins by running an early pre-filter and a late post-filter that substitutes and pulls the code snippets out first and then pushes them back in with highlighting at the end. The result is source code formatted and highlighted the way you intended.
Usage, Supported Languages, Styling Guidelines, and Release Notes are availabe in the Other Notes section.
Want to contribute? WP-Sytax can be found on Github. Fork and submit your pull requests today!
Wrap code blocks with <pre lang="LANGUAGE" line="1">
and </pre>
where "LANGUAGE"
is a GeSHi supported language syntax.
The line
attribute is optional. More usage examples