mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-01 02:18:02 +00:00
Change the transclude wikitext rule to use the list macro
This commit is contained in:
@@ -41,7 +41,7 @@ exports.parse = function(match,isBlock) {
|
||||
params.target = match[1];
|
||||
} else {
|
||||
// Else it is a filter
|
||||
macro = "transclude";
|
||||
macro = "list";
|
||||
params.filter = match[2];
|
||||
}
|
||||
if(match[3]) {
|
||||
|
Reference in New Issue
Block a user