Details
-
Documentation
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Several of the documents jump around in h1, h2, h3, etc usages.
Some documents start at "==" and work down from there. Some start at "==" and for no real reason jump down to "====".
It's assumed this is because it looks better to the individual document writer at the time when rendered against the given website CSS at the time.
Authors change. CSS changes. We need to be consistent.
I wrote a little code to ensure all h1, h2, etc levels start at 1 and proceed downward from there consistently.