Conversation
2dd5a74 to
2ca1666
Compare
The HTML anchor name is now derived from the citation key via a normalization to ASCII alphanumeric characters and `_` and `-`.
|
@kellertuer Any comments? Otherwise, I'll merge this and release as 1.4.0 in the near future |
|
This already looks very good! Thanks for working on this! The only thing I am not so sure, is, what happens if two keys normalise to the same normalised key, is this “caught” and avoided? Sure, this is a rare edge case, but what if we have
Again, thanks for working on this! |
Yes, that gets caught and results in an error:
Actually, good point! I can turn that error into a warning and add suffixes. No good reason to confront people with recoverable errors! Thanks for the suggestion!
Actually, these normalize to
I'm also considering whether I should replace disallowed punctuation (like |
|
I'm holding off on putting out a release until the potential reorganization of |
The HTML anchor name is now derived from the citation key via a normalization to ASCII alphanumeric characters and
_and-.Closes #86