There's an undocumented formatting rule in Render.pm:
s!^([a-zA-Z0-9]+)----*!<table width=\"100%\"><tr><td valign=\"bottom\"><h2>$1</h2></td><td width=\"98%\" valign=\"middle\"><hr /></td></tr></table>!o;
which does this:
HubbaHubba----
99----
If it
is documented, I can't find the documentations

Presumably it is intended as an alternate header style.
This rule should either be documented, or removed (preferably the latter as it's in the critical render path, in the innermost line loop). If it's legacy, it should be moved to
DefaultPlugin.
--
CrawfordCurrie - 20 Oct 2004
errr..
LegacyPlugin.
--
MartinCleaver - 20 Oct 2004
This is inherited from
JosWiki. I think it is safe to remove this.
--
PeterThoeny - 21 Oct 2004