Hi Peter, Peter Uhnák <i.uh...@gmail.com> writes:
> I would like to resolve this issue: > Automatic section anchors: Each section title should automatically generate > an implicit hyperlink target (aka, anchor) pointing to the section. The > text of the hyperlink target (the "reference name") is the same as that of > the section title. > > however since I'm not familiar with Pillar I don't know how acceptable this > solution could be > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > PRHTMLWriter>>visitHeader: aHeader [...] I think this solution is not the right one because it only affects HTML5. I would prefer that the document is changed by adding anchors to it. Then, the HTML backend will print these anchors the same way it prints the existing ones. The transformer infrastructure is made for that, please use it. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill