-
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.
Loading status checks…
Escape brackets in meal plan title in Markdown
If the meal plan is for today or for a date in past, (heute) or (vergangen) is appended to it. The bot sends the meal plan in the Markdown style of Telegram. There, brackets are reserved characters and must therefore be escaped with \\. In the inline queries, the brackets are not escaped because Markdown is not used there. Closes #34
Showing
2 changed files
with
70 additions
and
16 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