-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 2.12.1
-
Component/s: Rendering - Markdown Syntax
The following for example doesn't work:
Text (**bold**) text.
Meanwhile, if there is a space between the parentheses and markdown, it works as expected:
Text ( **bold**) text.
This issue was reported to GitHub as well and it was fixed
- relates to
-
BSERV-5211 Update Markdown implementation to use CommonMark
- Closed