mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
FEATURE: supports mark tag in chat messages (#28949)
This brings feature parity with posts where you can use this tag.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
// note that allow lister will run on top of it, so if a tag is allowed here but not on
|
||||
// the allow list, then it won't show up
|
||||
|
||||
const inline_names = ["kbd"];
|
||||
const inline_names = ["kbd", "mark"];
|
||||
|
||||
const patterns = inline_names.join("|");
|
||||
const attr_name = "[a-zA-Z_:][a-zA-Z0-9:._-]*";
|
||||
|
Reference in New Issue
Block a user