I have multiple code
elements inside a paragraph like so:
<p>
Some text <code>Some code</code> more text
<code class="verbatim">verbatim text</code>
and even more <code>text</code>
</p>
I want to select all code block inside paragraphs except those who have the “verbatim” class.