-
-
Notifications
You must be signed in to change notification settings - Fork 751
Too strict markdown escape in PythonNews #1821
Copy link
Copy link
Closed
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)a: informationRelated to information commands: (doc, help, information, reddit, site, tags)Related to information commands: (doc, help, information, reddit, site, tags)p: 2 - normalNormal PriorityNormal Priorityt: bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
a: backendRelated to internal functionality and utilities (error_handler, logging, security, utils and core)Related to internal functionality and utilities (error_handler, logging, security, utils and core)a: informationRelated to information commands: (doc, help, information, reddit, site, tags)Related to information commands: (doc, help, information, reddit, site, tags)p: 2 - normalNormal PriorityNormal Priorityt: bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
The bot can be seen escaping underscores in code in this message.
The regex (if possible) should be updated to not insert
\inside codelines or codeblocks such as (in this case)__eq__.On the bright side, it did work for one ocasion I've screenshoted below!
