1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-11-03 09:02:59 +00:00

Tweaked mechanism so that macros can be nested directly inside other macros

This commit is contained in:
Jeremy Ruston
2012-06-09 18:50:01 +01:00
parent 1251a35375
commit 9247bb0186
5 changed files with 5 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ exports.executeMacro = function() {
wiki: this.wiki
});
link.execute(parents,this.tiddlerTitle);
return $tw.Tree.Element("span",{},[link]);
return link;
}
break;
case "wikified":