Skip to content

HTTP-Requests/block-markdown-automod-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

block-markdown-automod-discord

Blocks markdown with regex, helpful for automod. This si discords newly added extention of markdown. This only blocks the extended version and not the current ones.

Block all new markdown:

(^\s*((\*\s)|(#{1,3}\s)|(\d+\.)).+)|((\[.+\]\(.+\)))

Block Embedded Links:

(\[.+\]\(.+\))

Block Titles:

^\s*(#{1,3}\s).+

Block Bullet Lists:

^\s*(\*\s).+

Block Number Lists:

^\s*(\d+\.).+

Block Links and Titles:

(^\s*(#{1,3}).+)|((\[.+\]\(.+\)))

About

Blocks markdown with regex, helpful for automod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published