markup icon indicating copy to clipboard operation
markup copied to clipboard

ToC links to numbered headings won't work with reStructuredText or AsciiDoc

Open Tof1973 opened this issue 1 year ago • 6 comments

Old issue #293 which was solved, is back since few days. As you can see the reference example which was working is not working anymore: https://github.com/opendevise/asciidoc-samples/blob/master/article.adoc The numbered links are not working ! Can we have a fix, again ? Thanks in advance...

Tof1973 avatar Nov 06 '23 11:11 Tof1973

Also seeing this. 🤞 for a fix soon!

scouten-adobe avatar Nov 09 '23 22:11 scouten-adobe

Note that this also causes intra-doc xref: links to fail.

scouten-adobe avatar Nov 09 '23 22:11 scouten-adobe

A fix would be great. I have quite some documentation with asciidoc and numbered TOCs, and all links in the TOC are broken.

pre-martin avatar Nov 10 '23 14:11 pre-martin

Big issue!

wimalopaan avatar Nov 13 '23 19:11 wimalopaan

FYI to others who encounter this, a (not very satisfying) workaround for this is:

ifndef::env-github[:sectnums:]

scouten-adobe avatar Nov 13 '23 21:11 scouten-adobe