When text is next to a code tag, their content gets parsed for config flags. This markdown: ``` This `background: yellow` ``` Becomes ``` This ``` While config flags within `<code>` comments should be ignored.