We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened (e.g., it crashed)?:
Very minor nit, but I noticed that generated references don't account for the last editor already having a period at the end of their name.
For example, you get two periods because of "Jr." in this reference:
CSS Cascading and Inheritance Level 5. Elika Etemad; Miriam Suzanne; Tab Atkins Jr.. W3C. 13 January 2022. W3C Candidate Recommendation. URL: https://www.w3.org/TR/css-cascade-5/
Expected behavior (e.g., it shouldn't crash):
If the last editor's name ends in a period, omit a second period.
The text was updated successfully, but these errors were encountered:
Offending line is here:
respec/src/core/render-biblio.js
Line 235 in 0409aa0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description of problem
What happened (e.g., it crashed)?:
Very minor nit, but I noticed that generated references don't account for the last editor already having a period at the end of their name.
For example, you get two periods because of "Jr." in this reference:
Expected behavior (e.g., it shouldn't crash):
If the last editor's name ends in a period, omit a second period.
The text was updated successfully, but these errors were encountered: