#Escape Markdown
1 messages · Page 1 of 1 (latest)
Hey! Once your issue is solved, press the button below to close this thread!
I don't think so, but it's pretty simple to implement
just replace * with \* and same for all characters
This is unfortunately not that easy. Things like "**hello" should be left unmodified. Same for links. So it would require a lot of regex hell
Guess I'll keep that bit of d.py code then
I'll have to look at their licence, but if that's something they allow, for sure I can copy their code