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
This commit is contained in:
btheado
2024-06-22 17:53:47 +01:00
committed by GitHub
parent eecd40723e
commit 5d06b922d3
@@ -75,7 +75,7 @@ type: text/vnd.tiddlywiki
<tr>
<th><<id>></th>
<td><$codeblock code=<<code>>/></td>
<td><<code>></td>
<td><$transclude $variable="code" $mode="block"/></td>
</tr>
\end