[ http://jira.codehaus.org/browse/DOXIA-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vincent Siveton closed DOXIA-153. --------------------------------- Assignee: Vincent Siveton Resolution: Fixed Fix Version/s: 1.0-beta-1 Fixed in [r705062|http://svn.apache.org/viewvc?rev=705062&view=rev] > HTML tags in twiki not rendered correctly > ----------------------------------------- > > Key: DOXIA-153 > URL: http://jira.codehaus.org/browse/DOXIA-153 > Project: Maven Doxia > Issue Type: Improvement > Components: Module - Twiki > Affects Versions: 1.0-alpha-9 > Reporter: Alexander Hars > Assignee: Vincent Siveton > Fix For: 1.0-beta-1 > > > TWiki formatting rules > (http://twiki.org/cgi-bin/view/TWiki/TextFormattingRules) state that html > tags may be included in a Twiki Page. In some cases, this is required to > achieve certain effects. See the description of Verbatim Mode, where it says > that <pre>...</pre> should be used in certain cases. > However, when running the mvn site on .twiki files, all "<" and ">" are > replaced by "<" and "> > Steps to reproduce: > Create a maven site project. > Add a .twiki file with the following content: > ---+ Twiki test > <pre> > Hello > Hello > </pre> > After the site has been generated, no <pre> tags will exist instead the > following will be shown: > <pre>Hello Hello</pre> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira