mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-01 06:41:18 -08:00
Removed extraneous indicator that the external link parser is a block parser
This commit is contained in:
parent
10fb5fd11c
commit
d29f4fa996
1 changed files with 0 additions and 1 deletions
|
|
@ -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)";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue