Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support bold/italic page numbers in AutoIndex #1286

Merged
merged 4 commits into from
Dec 6, 2023

Conversation

windymilla
Copy link
Collaborator

If page number was marked bold or italic, the autoindexing code did not convert it to a hyperlink.

Also, after using a capture group to capture the whole page number including any bold/italic markup, it was easier to combine the single page and page range cases into one regex.

If page number was marked bold or italic, the autoindexing code
did not convert it to a hyperlink.

Also, after using a capture group to capture the whole page
number including any bold/italic markup, it was easier to
combine the single page and page range cases into one regex.
@windymilla windymilla requested a review from srjfoo December 1, 2023 15:28
When cross-referencing, previous work only checked for either
"see" or "also see". This commit adds "see also".

Fixes DistributedProofreaders#1285
@windymilla windymilla linked an issue Dec 4, 2023 that may be closed by this pull request
@windymilla windymilla merged commit 4bc96a5 into DistributedProofreaders:master Dec 6, 2023
1 check passed
@windymilla windymilla deleted the bold-pages branch December 6, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support "See also" AND "Also see" in index cross linking
3 participants