From f7a626fef232497ce09dc939b8af1f5169955cd2 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 29 Sep 2020 16:40:24 +0100 Subject: [PATCH] Add version tag missed off ae13a0fee118c50169b7835c950df1dade33788f --- editions/tw5.com/tiddlers/widgets/MacroCallWidget.tid | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/MacroCallWidget.tid b/editions/tw5.com/tiddlers/widgets/MacroCallWidget.tid index 5a993564f..e85562aab 100644 --- a/editions/tw5.com/tiddlers/widgets/MacroCallWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/MacroCallWidget.tid @@ -28,10 +28,9 @@ The advantages of the widget formulation are: * Macro parameters are specified as widget attributes, thus allowing indirection via `{{title!!field}}`, `<>` or `{{{filter}}}` * The output format can be chosen from several options: -** `text/html` wikifies the text of the macro -** `text/plain` wikifies the text of the macro and then extracts the plain text characters (ie. ignoring HTML tags) -** `text/raw` returns the plain text of the macro, without wikification - +** `text/html` wikifies the result of the macro +** `text/plain` wikifies the result of the macro and then extracts the plain text characters (ie. ignoring HTML tags) +** <<.from-version "5.1.23">> `text/raw` returns the result of the macro, without wikification You can see several examples of the macro call widget within the core: