Hey, I just found out that there is a problem with the [code] tags here. It tries to show white text in white background (at least in XML and HTML modes, I haven't tried the others)
Examples:
Code: xml
- <Stats>
- <EffectType>PointDefense</EffectType>
- <Scope>AreaEffect</Scope>
- <Target>
- <TargetType>Shipyard</TargetType>
- </Target>
- <BonusType>Flat</BonusType>
- <Value>10</Value>
- </Stats>
Code: html
- <body>
- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
- tempor incididunt ut labore et dolore magna aliqua. </p>
- <p style="color: green;"> Hello world, after all.</p>
- </body>
Sorry if it is the wrong place, I couldn't find a section for forum feedback/bug reports.