Escaping Discord subset of markdown
I’m trying to escape the subset of markdown that Discord supports (*, _, `, ~). Characters that are already escaped should not have additional backslashes added. This is what I have: Run code snippetExpand snippet This works fine, minus the fact that multiple markdown characters against each other will not all be escaped. I’m not sure how to … Read more