diff --git a/tiddlywiki5/tiddlers/MacroInternals.tid b/tiddlywiki5/tiddlers/MacroInternals.tid index a2a09aafb..2f8a45970 100644 --- a/tiddlywiki5/tiddlers/MacroInternals.tid +++ b/tiddlywiki5/tiddlers/MacroInternals.tid @@ -22,3 +22,4 @@ The `code` function is called with the following parameters: |`tiddler` |The tiddler in whose context the macro is being rendered | |`store` |The `WikiStore` object to be used | |`params` |The macro parameters as a hashmap | +|`content` |The rendered text of the children of the macro |