Description
A plugin for WordPress, syntax highlighting of source code snippets in post, this plugin integrates Google Code Prettify : google-code-prettify. Supports all C-like, Bash-like, and XML-like languages. No need to specify the language. Widely used with good cross-browser support.
Source
= CheckOut =
Use this command to anonymously check out the latest project source code:
svn checkout https://svn.beautyorange.com/code/beautyorange-wp-code-prettifier/trunk/ beautyorange-wp-code-prettifier-read-only
Browse
https://trac.beautyorange.com/code/browser/beautyorange-wp-code-prettifier
Installation
- Install and activate the plugin
- Use <pre class=”prettyprint [lang-html|linenums:1]“> and </pre> tag around the code,and post it
FAQ
Not yet
Reviews
There are no reviews for this plugin.
Contributors & Developers
“beautyorange-wp-code-prettifier” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “beautyorange-wp-code-prettifier” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.02
- Changed filter function name, to avoid conflict with other plugins.
1.01
- Fixed path error
1.00
First version