-
Notifications
You must be signed in to change notification settings - Fork 4
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
Converts verse numbers to superscript #18
base: main
Are you sure you want to change the base?
Conversation
Looks great @adhason ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please remove the 3 other files you added?
Okay, just got that done. |
@adhason if you have thoughts on unit/integration testing that'd be welcome 😄 |
Well, one of those files was used for the double space bug. And the other ones were to learn about the workings of Beautiful Soup. I would imagine that an integration test suite is just a set of ground truth results that we would compare future fixes to? Does that sound right? |
This allows verse numbers to be displayed as superscript.
Oddly, on my MacBook, '1', '2', and '3' are a little bit lower than the rest of the numbers after converting to superscript. I don't know if this is an issue that occurs on other machines as well, but I figured that this was at least a start in the right direction.
#16 This was the feature request, for reference