From 511d480a6041199403755ea76182c32de04e76d5 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Fri, 15 Mar 2024 19:08:37 +0100 Subject: [PATCH] Fix wikitext-macros example block mode (#8071) --- editions/tw5.com/tiddlers/system/wikitext-macros.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/system/wikitext-macros.tid b/editions/tw5.com/tiddlers/system/wikitext-macros.tid index c9f317761..c09b0d8fe 100644 --- a/editions/tw5.com/tiddlers/system/wikitext-macros.tid +++ b/editions/tw5.com/tiddlers/system/wikitext-macros.tid @@ -1,6 +1,6 @@ code-body: yes created: 20150117184156000 -modified: 20240229155641000 +modified: 20240315144208842 tags: $:/tags/Macro title: $:/editions/tw5.com/wikitext-macros type: text/vnd.tiddlywiki @@ -65,7 +65,7 @@ type: text/vnd.tiddlywiki

That renders as:

- <$macrocall $name="src"/> + <$transclude $variable="src" $mode="block"/> \end