WP has its own code highlight machinery, which is now achieved using ``` html <pre><code class="language-python"> ... </code></pre> ``` Instead of transforming the code cells it would be nice to leave them as raw code and wrap them between these HTML tags.
WP has its own code highlight machinery, which is now achieved using
Instead of transforming the code cells it would be nice to leave them as raw code and wrap them between these HTML tags.