diff --git a/core/modules/parsers/newwikitextparser/rules/extlink.js b/core/modules/parsers/newwikitextparser/rules/extlink.js index 6353a1413..11e780cf8 100644 --- a/core/modules/parsers/newwikitextparser/rules/extlink.js +++ b/core/modules/parsers/newwikitextparser/rules/extlink.js @@ -15,7 +15,6 @@ Wiki text run rule for external links exports.name = "extlink"; exports.runParser = true; -exports.blockParser = true; exports.regExpString = "(?:file|http|https|mailto|ftp|irc|news|data):[^\\s'\"]+(?:/|\\b)";