=== WP Chili ===
Contributors: aercolino
Donate link: http://noteslog.com/
Tags: chili, jquery, code, snippet, pre, syntax, color, coloring, highlight, highlighting
Requires at least: 2.1
Tested up to: 3.0
Stable tag: 1.2
Easy code highlighting for Wordpress with Chili
== Description ==
Easy code highlighting for Wordpress with [Chili](http://noteslog.com/chili/) (the bundled version is 2.2):
1. Switch to the `code` tab
1. Put your code snippet inside `` tags
1. Replace the above `lang` with the language to highlight
= Examples =
* `echo "<script>alert( 'Hello ' + $name );</script>";`
* `alert( 'Hello ' + $name );`
= Tips =
* Put your code inside `
` tags if you want to preserve white space
* Add an "ln-" class to the `` element to add line numbers * Read the [Chili](http://noteslog.com/chili/) site for many config options * In version 1.2, the file chili/recipes.js is the one which contains the recipes you need. So, add/remove recipes there if you need to. By default it contains html, css, javascript, and php == Installation == 1. Copy the wp-chili folder into your plugins folder 1. Activate WP Chili == Frequently Asked Questions == none == Screenshots == none