I have this code.
<pre class="brush: xml"><?xml version="1.0" encoding="utf-8"?>
<Test xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ABC>
<A>B</A>
</ABC>
</Test></pre>
And this javascript.
<script type="text/javascript">SyntaxHighlighter.all();</script>
Before that I loaded:
- XRegExp.js
- shCore.js
- shBrushXml.js
And the css:
- shCoreRDark.css
- shThemeRDark.css
But it looks like:
The problem is that the first line is between line 1 and 2. The margin issnt correct or something else!? I dont know. With FireBug I cant find the problem :(
And by the way... Is it possible to disable/hide the "?" button on the top right corner?
Fiddle example (bad parsing!?): http://jsfiddle.net/Zrm2G/