== Why is this an issue?
Heading tags are used by search engines and screen reader softwares to construct an outline of the page.
Starting at ``++
++`` and not skipping any level eases this automatic construction.
=== Noncompliant code example
[source,html]
----
My Title
My Sub Title
----
=== Compliant solution
[source,html]
----
My Title
My Sub Title
----
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
=== Message
Do not skip level "Hx".
'''
== Comments And Links
(visible only on this page)
=== on 8 Jul 2013, 18:24:51 Freddy Mallet wrote:
Is implemented by \http://jira.codehaus.org/browse/SONARPLUGINS-2986
endif::env-github,rspecator-view[]