From: Gary B. <ga...@in...> - 2001-12-08 14:56:56
|
On Fri, 7 Dec 2001, Carsten Klapp wrote: > One limitation I've run into is only 3 levels of headings. While > heading levels 4, 5 and 6 are not frequently used outside of > documentation or other published material, they are supported by html. > Is anyone else here interested in seeing 4 (or more) heading levels? A nice way to do this is without breaking everything is to `normalise' the headings during parsing. The biggest heading (ie the most !'s) you use should be h1, the next biggest h2 and so on; if you use more than 6 different sizes then the smallest ones all get set to h6. A variation would have the biggest heading set to h2, since h1 would generally be used in the template for the page's title... Cheers, Gary [ ga...@in... ][ GnuPG 85A8F78B ][ http://inauspicious.org/ ] |