diff --git a/core/modules/macros/transclude.js b/core/modules/macros/transclude.js index 4635ca5e9..bb0f00ac7 100644 --- a/core/modules/macros/transclude.js +++ b/core/modules/macros/transclude.js @@ -14,6 +14,7 @@ Transclude macro exports.info = { name: "transclude", + dependentAll: true, // Nodes containing <> macro are dependent on every tiddler params: { filter: {byPos: 0, type: "filter"}, title: {byPos: 1, type: "tiddler"},