[xwiki-notifications] [Issue] Commented: (XWIKI-1705) Single backslashes inside {code} block

Vincent Massol (JIRA) jira at xwiki.org
Thu Sep 6 10:12:15 CEST 2007


    [ http://jira.xwiki.org/jira/browse/XWIKI-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_18133 ] 

Vincent Massol commented on XWIKI-1705:
---------------------------------------

I've started looking into this and this is caused by the Radeox Escape Filter which runs before the code macro.

I guess it would be easy enough to copy the radeox source code inside xwiki for the escape filter so that we make it execute just after the code macro.

However I'd like first to understand why we need this escape filter.

If anyone knows...

> Single backslashes inside {code} block
> --------------------------------------
>
>                 Key: XWIKI-1705
>                 URL: http://jira.xwiki.org/jira/browse/XWIKI-1705
>             Project: XWiki Platform
>          Issue Type: Bug
>          Components: Rendering
>    Affects Versions: 1.1 RC1
>            Reporter: Guido Schoepp
>
> It is not possible to get single backslashes rendered inside a {code} block.
> If typed this way...
> {code}
> c:\dev\hello\world
> {code}
> ...the result is no backslash:
> c:devhelloworld 
> If typed with double backslashes...
> {code}
> c:\\dev\\hello\\world
> {code}
> ...the result is double backslashes:
> c:\\dev\\hello\\world

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the notifications mailing list