Wordpress plugins

Version : 0.0
Tested up to : 2.7.1
Number of download : 1142
Author :
Average rating : 0 / 5 on 0 votes 0 votes, 0 avg.rating

Screenshots

This plugin is essentially an integration of two plugins with some modifications. Code Markup Google Prettify for wordpress I also included the latest version of Google Prettify to the plugin (Jan-8-2009) USAGE Enclose any code inside a <code> block. Use <code markup="..." lang="..."> to specify appearance of code. *Include any HTML markup you like in the code, for example to add emphasis to certain sections. *Separate <code> blocks should be nested within a <pre> block to preserve whitespace. If you want to fine-tune how Code Markup treats your code, use the markup and lang attributes on the code tag to specify how Code Markup should handle it. * <code> or <code markup="default"> allows common HTML tags to be rendered, and displays everything else exactly as written. * <code markup="none"> displays content exactly as written – no markup is rendered. * <code markup="all"> renders content as HTML – all markup is rendered. * <code markup="em strong a"> treats <em>, <strong> and <a> tags as HTML markup – everything else is displayed exactly as written. You can put whatever tags you like in the markup attribute, separated by spaces. As a special case, you can include the comment tag – this means that HTML comments <!-- like this --> will be rendered as normal HTML comments (i.e. not displayed). * <code lang="html"> or <code lang="xhtml"> displays content exactly as written, the same as <code markup="none">. 1. The markup attribute overrides the lang attribute. 1. Separate <code> blocks should be nested within a <pre> block to preserve whitespace.

Download now