On a recent post, I have this block in the editor: <img width="671" alt="image" src="https://github.com/westonruter/syntax-highlighting-code-block/assets/3060583/e56c286f-9394-4b1d-96f5-9f72aa684717"> ``` <!-- wp:code --> <pre class="wp-block-code"><code>test<br>12<br>34<br>56</code></pre> <!-- /wp:code --> ``` Which renders like this when the plugin is enabled: <img width="665" alt="image" src="https://github.com/westonruter/syntax-highlighting-code-block/assets/3060583/242e8271-b633-4902-9c7a-9de0d8bfbaac"> and like this when the plugin is disabled: <img width="664" alt="image" src="https://github.com/westonruter/syntax-highlighting-code-block/assets/3060583/59e88e63-b0a2-43ac-a807-da9c2e96c291">
On a recent post, I have this block in the editor:
Which renders like this when the plugin is enabled:
and like this when the plugin is disabled: