-
Bug
-
Resolution: Fixed
-
Medium
-
3.0
-
None
RTE is adding backslashes to code when using bundled {code} macro or {newcode} plugin.
For e.g. using this code:
find _tools/ -type f -exec chmod 644 {} \;
Will display correctly in wiki markup, however in RTE it will display as:
find \_tools/ \-type f \-exec chmod 644 {} \;
- is related to
-
CONFSERVER-11032 Switching between editor modes breaks the {include} macro wrapped in a link markup
- Closed