Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.0-alpha-11
-
None
-
None
Description
When I run a apt file with section titles in it, it does not create anchors for these titles.
Because of this reason, the toc macro also does not work.
The method Sink.anchor(...) is also only invoked once from the AptParser class at the place where it is resolving normal anchors and links.
In case the Sink implementing class should implement creating an anchor for each section, than the bug is in the XhtmlSink (which is the only one I've tested it with) but I don't see such a contract defined in the Sink interface so I assume this is the responsibility of the Parser.