In a Maven site doc I use code like this for sections:
<section name="Hibernate statistics">
Foo
</section>
How do I tell Doxia I want the section name/title to be an HTML local anchor? http://maven.apache.org/doxia/references/doxia-apt.html#Anchors does talk about this but I've been unable to apply it to <section>
s.