1
vote
0answers
29 views

How to add local HTML anchors for sections with Doxia?

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 ...
2
votes
1answer
96 views

Display a dollar sign inside a code span using maven site and markdown

I would like to display a dollar sign inside a code span generated with maven-site-plugin and markdown (doxia-module-markdown). Out of a code span, I used the numerical code &#36; and it fixed ...