I have some problems with following string while trying to syntax highlight them:
Example
<code class="php"><? echo "<input type=\"text\">"; ?></code>
The php part is rendered correctly, but the html part breaks.
I use the Markdown and Syntax Highlighting snippet from
http://www.djangosnippets.org/snippets/119/
Any idea how to escape the html part inside the php code correctly ?