Example markdown input: ```markdown `[Re]Releasing Content` ``` Current output: ``` {{[Re]Releasing Content}} ``` (this renders as a link to nowhere, which is incorrect) Should be: ``` {{[Re\]Releasing Content}} ```