- Affected version
- 2.1.0 Beta 2
If you place BB code tags within back-ticks (the Markdown [ICODE] equivalent), the final output is a little bizarre. It looks as though the parser tries to add a closing tag, despite the opening tag technically being escaped via Markdown.
This behavior doesn't occur when using ICODE tags directly.
Test case: Prior text `[B]` after text
Output: Prior text
This behavior doesn't occur when using ICODE tags directly.
Test case: Prior text `[B]` after text
Output: Prior text
[B]
after text[/B]