In FitNesse's own acceptance tests, many times we can see output in the form of HTML being displayed when a test is run. Typically the output is wrapped in <pre>..</pre>
and is displayed with a blue background. The wiki markup isn't anything special, just an empty cell in a column fixture (it seems) which displays the output, e.g.
|Response Requester.|
|uri|valid?|contents?|
|!-VariablePage-!|true||
(This is from the test FitNesse.SuiteAcceptanceTests.SuiteWidgetTests.TestVariables)
The contents column displays nicely preformatted HTML output on a blue background when the test is run.
How is this achieved?