Used to display code on a page as text.
Shortcode
[code]
Options
- wrapper: (true, false, or a specific html tag such as <p> or <div> (true by default))
Examples
[code]$(function(){
alert('hello');
});
[/code]
$(function(){
alert('hello');
});

