= Put Anchors As Prefixes = == Summary == I'd prefer anchors to be prefixes rather than containers. == Detailed Description == Today, each paragraph element is enclosed in an anchor tag to enable cross references. I'd prefer they were prefixed to the content instead of containing the content. This change would corrrect some links in some browsers that let long heading scroll off the top of the screen when you link to the heading (browser issue, but the prefix approach avoids the issue). It also ensures that CSS information targeted at links does not get applied to headings and other paragraphs. === Current output ===
Content of paragraph is here
=== Desired output ===
Content of paragraph is here
== Use Cases == Anchors in HTML output files and CHMs... ---- <>