web commit by JoshTriplett

master
joey 2006-11-12 01:41:40 +00:00
parent 7256dceffc
commit ad088c13c1
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
Currently, the page title (either the name of the page or the title specified with `\[[meta title="..."]]`) shows up in a `<div class="header">`. I tend to follow the [w3c guideline recommending the use of h1 for the title](http://www.w3.org/QA/Tips/Use_h1_for_Title); for this purpose, how about an option to make the page title an `<h1 class="header">`, and shift the markdown headings down by one (making # an h2, ## an h3, etc; or alternatively making # equivalent to `\[[meta title="..."]]`)?