asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
https://docs.asciidoctor.org/pdf-converter/latest/
MIT License
1.13k stars 500 forks source link

Add see and see-also entries on index term to generated index #2527

Open mojavelinux opened 1 month ago

mojavelinux commented 1 month ago

AsciiDoc allows see and see-also terms to be added to an index entry. The PDF converter should include these terms when generating the index.

See https://github.com/asciidoctor/asciidoctor/issues/2047 for reference.