andriusvelykis / reflow-maven-skin

Reflow is an Apache Maven site skin built on Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website.
http://andriusvelykis.github.io/reflow-maven-skin/
Apache License 2.0
132 stars 54 forks source link

Apply HTML5 anchors to <dt> #5

Open andriusvelykis opened 11 years ago

andriusvelykis commented 11 years ago

In FML-generated files, the FAQ questions are presented as a definition list. The question is assigned a <a name="q1">Question</a> anchor inside the <dt> tag.

Update the HTML5 anchors transformation to apply in this case and move the anchor to <dt id="q1">.

Make sure that the anchor content gets handled correctly. Depends on issue #4 .