Uploaded image for project: 'XWiki Rendering'
  1. XWiki Rendering
  2. XRENDERING-460

Verbatim renders escape characters in links.

    XMLWordPrintable

Details

    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

          Activity

            People

              tmortagne Thomas Mortagne
              insomniacqt Daniel Aladics
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: