Notice that the shortcodes are no longer being rendered, which is a fix. But what is still broken is the handling of stylized text inside the Code block. It is is getting corrupted by highlight.php.
This PR seeks to address this by adding the formatting back in after the code has been highlighted.
Fixes #205
As it stands right Current Code block I'm testing with:
It's currently rendered as:
Notice that the shortcodes are no longer being rendered, which is a fix. But what is still broken is the handling of stylized text inside the Code block. It is is getting corrupted by highlight.php.
This PR seeks to address this by adding the formatting back in after the code has been highlighted.