mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Removed extraneous indicator that the external link parser is a block parser
This commit is contained in:
parent
10fb5fd11c
commit
d29f4fa996
@ -15,7 +15,6 @@ Wiki text run rule for external links
|
|||||||
exports.name = "extlink";
|
exports.name = "extlink";
|
||||||
|
|
||||||
exports.runParser = true;
|
exports.runParser = true;
|
||||||
exports.blockParser = true;
|
|
||||||
|
|
||||||
exports.regExpString = "(?:file|http|https|mailto|ftp|irc|news|data):[^\\s'\"]+(?:/|\\b)";
|
exports.regExpString = "(?:file|http|https|mailto|ftp|irc|news|data):[^\\s'\"]+(?:/|\\b)";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user