Changes

Jump to: navigation, search

Code4Lib Journal WordPress Input Guidelines

151 bytes removed, 11:49, 18 December 2012
Code Highlighting
it does syntax highlighting for you.
We're still deciding if we like the syntax highlighting, don't feel compelled to make it work if it's not working for you (but please let other editors know what your experience is). To make this work, you still wrap your code in <code>&lt;pre&gt;</code> tags. Inside of the <code>&lt;pre&gt;</code> tags, but around Around your code, include
[sourcecode language='langcode']...[/sourcecode]
Example:
&lt;pre&gt;[sourcecode language='css']body {
font-size: 0.625em;
background-color: #0000ff;
color: #ffff00;
}[/sourcecode]&lt;/pre&gt;
====Ampersand Issues====
110
edits

Navigation menu