This is a bug in Doxia, it should work by wrapping the content of the <style> tag in a CDATA section, but it doesn't. I will file an issue.
Cheers, -Lukas On 10/14/2011 10:29 AM, Christian Grobmeier wrote:
Just found out... as per defintion you can usually add additional head elements to xdoc: http://maven.apache.org/doxia/references/xdoc-format.html <head> <style type="text/css"> h2 { font-size: 50px; } </style> </head> This should appear in the generated files, but doesnt. This is what we get: <!-- Optional HEAD element, which is copied as is into the XHTML <head> element --><style></style> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
