Details
- 
    Bug 
- 
    Resolution: Unresolved
- 
    Major 
- 
    None
- 
    6.1-rc-1
- 
    None
Description
(% class="test" %)**bold** text
produce
<strong><span class="test">bold</span></strong><span class="test"> text</span>
instead of
<span class="test"><strong>bold</strong> text</span>
Adding a space between %) and ** is the currently needed workaround.