#Revise or Remove the anti-markdown Automod rule.

1 messages · Page 1 of 1 (latest)

lavish kestrel
#

Some messages are prevented from posting because they include Markdown headers or hyperlink formatting.

I don't know how the rule works but it sometimes prevents other messages, like this code snippet I tried to post.

Discord now has other methods to prevent abuse of the markdown link hiding issue, it has an extra pop-up to prevent users accidentally opening links and tells them exactly where they are going.

As for markdown headers... idk maybe the rule can be revised to not seek inside code-blocks across newlines somehow

prisma ruin
#

surely

bitter mortar
#

I don't think there is a dire need for that outside of #programming

prisma ruin
#

i have no problem with allowing code blocks at least

rich glacier
#

I can work around the regex to try allowing it in code blocks, really sorry about that!

rich glacier
#

I'll take this opportunity to trash on AutoMod's regex SCHIZO it doesn't even allow lookaheads

#

alright, yeah, i don't think there's any way to do this without lookaheads or some kind of additional script Sadge
that leaves this unresolved for now - you should be able to comment like #this and not # this so it doesn't trigger automod, at least until this is resolved

lavish kestrel
rich glacier
hard jetty
#

if you can't use lookaheads then maybe you can match an even number of ``` and if it's odd then you know you're in a codeblock

rich glacier
#

time to necro

#

I've loosened the restrictions on Markdown headers to allow level 2/3 headers (## text/### text) and links