| Title | Double Percent Not Escaped By Tilde |
| Date | 06-Sep-2005 18:17:36 EEST |
| Version | 2.2.28 |
| Submitter | GregorHagedorn |
| Bug criticality | LightBug |
| Browser version | |
| Bug status | ClosedBug |
| PageProvider used | |
| Servlet Container | |
| Operating System | |
| URL | |
| Java version |
It is not possible to use the escape method on two consecutive percent signs (e.g. to explain the JSPWiki CSS markup style. Two with blanks around disappear, single tilde in front of double-percent: %%, tilde in front of each percent: %%.
Please check whether 2.3 rendering engine handles this correctly.
It is possible to use the three-brace espcaping but this creates monospaced font (and inline use has a known bug in 2.2.28, fixed in 2.3 branch).
Work around I found: "CSS like %%(color:red)text%%."
---
Yup. 2.3 rendering engine works beautifully.