Single asterix and underscore interfere with Markdown syntax, causing error 400 "Bad Request: can't parse entities: Can't find end of the entity starting at byte offset ...".
This doesn't work: https://github.com/dreamland-mud/dreamland_code
This works fine: https://github.com/dreamland-mud/dreamland\\_code
MUD tags such as {hl are not stripped, i.e. {hlhttps://google.com{x should become https://google.com, instead it becomes lhttps://google.com
Single asterix and underscore interfere with Markdown syntax, causing error 400 "Bad Request: can't parse entities: Can't find end of the entity starting at byte offset ...".
This doesn't work:
https://github.com/dreamland-mud/dreamland_code
This works fine:https://github.com/dreamland-mud/dreamland\\_code