1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 22:58:19 +00:00

Removed extraneous indicator that the external link parser is a block parser

This commit is contained in:
Jeremy Ruston 2012-06-05 15:00:42 +01:00
parent 10fb5fd11c
commit d29f4fa996

View File

@ -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)";