From 5d06b922d34568221878c57797c3043dcced81ca Mon Sep 17 00:00:00 2001 From: btheado Date: Sat, 22 Jun 2024 12:53:47 -0400 Subject: [PATCH] Fix wikitext-example-table-row to render output in block mode (#8288) * Fix wikitext-example-table-row so example output table cell is rendered in block mode * Use transclude with =block instead of empty line to force block mode parsing --- editions/tw5.com/tiddlers/system/wikitext-macros.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/system/wikitext-macros.tid b/editions/tw5.com/tiddlers/system/wikitext-macros.tid index c09b0d8fe..9746af1ae 100644 --- a/editions/tw5.com/tiddlers/system/wikitext-macros.tid +++ b/editions/tw5.com/tiddlers/system/wikitext-macros.tid @@ -75,7 +75,7 @@ type: text/vnd.tiddlywiki <> <$codeblock code=<>/> - <> + <$transclude $variable="code" $mode="block"/> \end