kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Allow whitespace after first line of multiline macro
Fixes the remaining part of #482print-window-tiddler
rodzic
57878631e4
commit
b2e1dd2138
|
@ -27,7 +27,7 @@ Instantiate parse rule
|
||||||
exports.init = function(parser) {
|
exports.init = function(parser) {
|
||||||
this.parser = parser;
|
this.parser = parser;
|
||||||
// Regexp to match
|
// Regexp to match
|
||||||
this.matchRegExp = /^\\define\s+([^(\s]+)\(\s*([^)]*)\)(\r?\n)?/mg;
|
this.matchRegExp = /^\\define\s+([^(\s]+)\(\s*([^)]*)\)(\s*\r?\n)?/mg;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Ładowanie…
Reference in New Issue