mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-05 04:18:01 +00:00
@@ -18,7 +18,7 @@ exports.types = {inline: true};
|
||||
exports.init = function(parser) {
|
||||
this.parser = parser;
|
||||
// Regexp to match
|
||||
this.matchRegExp = /~?\$:[^\s<|]+(?:[^\s<|])/mg;
|
||||
this.matchRegExp = /~?\$:\/[a-zA-Z/.-]+/mg;
|
||||
};
|
||||
|
||||
exports.parse = function() {
|
||||
|
Reference in New Issue
Block a user