aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/SectionLabels.hs
Commit message (Collapse)AuthorAgeFilesLines
* Add support for custom section anchors (#1179)Iñaki2020-04-251-0/+8
This allows to have stable anchors for groups, even if the set of groups in the documentation is altered. The syntax for setting the anchor of a group is -- * Group name #desiredAnchor# Which will produce an html anchor of the form '#g:desiredAnchor' Co-authored-by: Iñaki García Etxebarria <git@inaki.blueleaf.cc>