From c413cbc22d9bf0549daaeda86df641bd426d2efc Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 17 Jan 2012 15:05:22 +0000 Subject: [PATCH] Updated macro docs --- tiddlywiki5/tiddlers/MacroInternals.tid | 1 + 1 file changed, 1 insertion(+) 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 |