Details
-
Bug
-
Resolution: Solved By
-
Major
-
None
-
8.1
Description
After XWIKI-3631-issue the similar rendering problem was fixed,when you just wanted to print a text message inside verbatim with another escape character: ~.
So this works just fine now:
{{{a~b}}}
But if you want to render something in a link with verbatim , it's still not working:
#set( $var="test~~") [[ {{{ $var }}} >> Testpage]]
This block still render the ~ escape character wrong inside verbatim.(Display just one ~ instead of two.I could just replace all ~ character with:~~ combination to display it properly ,but this is still a problem.
Attachments
Issue Links
- duplicates
-
XRENDERING-741 The label should be unescaped in the same pass than the general link
- Open