-
Bug
-
Resolution: Fixed
-
Medium
-
2.9, 2.10
-
None
When adding a new macro through the RTE, all pipes (|) are escaped.
For example:
{toc:type=flat|separator=pipe|maxLevel=2}becomes
{toc:type=flat\|separator=pipe\|maxLevel=2}This bug does NOT:
- Escape existing macros on pages
- Escape macros added through wiki markup
This is because, when a macro is initially added it is parsed by the renderer as text rather than as a macro (it needs to be surrounded by a macro div).
- is incorporated by
-
CONFSERVER-6992 Markup umbrella issue - errors switching between modes or rendering escaped content
- Closed