-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed random characters from the verse of the day message
This should fix the errors with sending the verse of the day message in the MSG version of the bible since the asterisks were causing parsing issues in markdown. Also added more information to the comment in the verse_match.pyx file, above the line that removes random characters, to state that the line is removing asterisks from the MSG version of the bible. I feel like I should have used HTML parsing instead of markdown, it's such a pain to be replacing all the markdown reserved characters with something else or removing them entirely.
- Loading branch information
1 parent
7912b73
commit 362d212
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters