The following commit prevents patterns from being initialized on <pre> containers:
8f4b14b
While working on a pat-codeeditor for Plone I found that limiting.
It would be nice, if a code editor could be initialized like
<pre><code class="pat-codeeditor">
</code></pre>
Do we need to have patterns not initialized on <pre> elements?
If yes, can we add a functionality to initialize it when the element has a class like .do-touch-this, similar to the .cant-touch-this which also prevents elements from being initialized?