mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-05 11:19:14 +02:00
closes #3434, thanks to @psychobunny
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
var languages = {},
|
||||
regexes = {
|
||||
match: /\[\[\w+:[\s\S]+?\]\]/g,
|
||||
match: /\[\[\w+:[^\]]+?\]\]/g,
|
||||
split: /[,][\s]*/,
|
||||
replace: /\]+$/
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user