markdownSyntax function was renamed to escapeMarkdown . The function was also modified to insert a back slash right before all specified Markdown characters except for '\n'. The back slash will escape the markdown syntax and show the special characters in the bot's reply.
markdownSyntax function was renamed to escapeMarkdown . The function was also modified to insert a back slash right before all specified Markdown characters except for '\n'. The back slash will escape the markdown syntax and show the special characters in the bot's reply.
Closes #54