smacademic / project-bdf

project-bdf created by GitHub Classroom
2 stars 0 forks source link

modify markdownSyntax function #60

Closed calebeda closed 5 years ago

calebeda commented 5 years ago

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