I would like to use `htmlq` to select the *contents* of a `pre` tag, without the `<pre>` tag itself. Selecting `pre > *` messes up the formatting.
I would like to use
htmlqto select the contents of apretag, without the<pre>tag itself. Selectingpre > *messes up the formatting.