From 74de12f4d660357c5f171b669f2b4f30b043d42d Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 5 Mar 2012 12:22:51 +0000 Subject: [PATCH] Updated docs --- tiddlywiki5/tiddlers/MacroInternals.tid | 1 - 1 file changed, 1 deletion(-) diff --git a/tiddlywiki5/tiddlers/MacroInternals.tid b/tiddlywiki5/tiddlers/MacroInternals.tid index e4d3a6d41..a02f7bd33 100644 --- a/tiddlywiki5/tiddlers/MacroInternals.tid +++ b/tiddlywiki5/tiddlers/MacroInternals.tid @@ -6,7 +6,6 @@ Macros are implemented as conventional JavaScript modules that export a single v |!Field Name |!Description | |`name` |The name of the macro | -|`types` |An array of the MIME types that the macro can render | |`params` |A hashmap of the parameters accepted by the macro (see below) | |`events` |An optional hashmap of event handling functions (see below) | |`execute` |The macro rendering function (see below) |