110
edits
Changes
→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><pre></code> tags. Inside of the <code><pre></code> tags, but around Around your code, include
[sourcecode language='langcode']...[/sourcecode]
Example:
font-size: 0.625em;
background-color: #0000ff;
color: #ffff00;
}[/sourcecode]</pre>
====Ampersand Issues====