-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
7.10.2, 7.6.8
-
7.06
-
3
-
Severity 3 - Minor
-
Description
The bold markup will not render correctly (in visual editor or comments) when it's part of another word.
Steps to replicate
Add wiki markup to an existing word mid way through the word (for example, the "es" in "test".
Expected results
The "es" is bolded.
Actual results
The "es" is not bolded.
Workaround
Insert a tag like color into the markup.
Test cases:
*test* t*es*t t{color}*es*{color}t
Produces:
test
t*es*t
test
Form Name |
---|
Reopening as indeed wiki markup supports bolding characters inside words. In order to do that, you need to use curly braces to "escape" asterisks:
t{*}es{*}t
will render as:
test