Re: [PATCH] Re-enable copyable anchors in HTML output

2022-12-27 Thread Gavin Smith
> Evening, > > I cleaned up the anchors patch from a bit ago slightly, and added a test > case for it. I decided to send this out without the related @[fv]table > patch due to time constraints. I might be able to finish that one this > year, but I can't promise anything. I've committed this cha

[PATCH] Re-enable copyable anchors in HTML output

2022-12-24 Thread Arsen Arsenović
* tp/Texinfo/Common.pm: Implement relate_index_entries_to_table_items, a transform that finds all table terms and associates their indices with them, so that the HTML backend generates a copyable anchor. * tp/texi2any.pl: Invoke the new relate_index_entries_to_table_items transform. (formats_table)