Details
- 
    
Bug
 - 
    Resolution: Won't Fix
 - 
    
Major
 - 
    None
 - 
    0.9.840
 - 
    None
 
Description
The
{pre}and {code} tags do not disable syntax processing on their contents.
For example, the following C++ code sample results in a stack dump because Velocity processing is not disabled:
{code}
...
#include <stdio.h>
...
{code}
There has been some discussion on whether new tags should be created, to allow backwards compatibility. See this document for details:
http://old.xwiki.org/xwiki/bin/view/Dev/SyntaxProcessingIssues