Thanks. This works in the sense that I can suppress HTML in non-web modes, but the HTML is being escaped inside HtmlConfigurationWriter: http://screencast.com/t/OWJmODZi.
It seems to me that if someone *just* implements ConfigurationPrinter, the output should be escaped, but the output shouldn't be escaped in the case of a ModeAwareConfigurationPrinter implementation. WDYT? Justin On 8/30/10 2:38 AM, Valentin Valchev wrote: > Well, still it is possible to use bold text. Just implement > ModeAwareConfigurationPrinter. When the mode is web I guess it will be > safe to generate HTML markup. > > On 28.8.2010 г. 21:46 ч., Felix Meschberger wrote: >> Hi, >> >> No, for the moment ConfigurationPrinter output is considered plain text >> because the same output is used for Web and plain text output. >> >> Regards >> Felix >> >> On 27.08.2010 18:04, Justin Edelson wrote: >>> Is there any way to bold text in a webconsole ConfigurationPrinter? >>> >>> Thanks, >>> Justin >>> >> > >