the-round-table / trtbot

🤖 Discord Bot
MIT License
3 stars 0 forks source link

Escape brackets in RSS item title #179

Open trtbot opened 4 years ago

trtbot commented 4 years ago

If a rss title has a bracket, it breaks the markdown


Context (Will only be viewable if you are a member of this guild) Submitter (Discord Username): bcongdon (158708926299373568) Channel: #morning-paper (426613124678942735) Guild: The Round Table (426611271429783553)

narendasan commented 4 years ago

This applies to most markdown symbols, so it would need to be more comprehensive than just [

bcongdon commented 4 years ago

There must be some markdown escaper/sanitizer we can use...