1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

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 12:53:47 -04:00 committed by GitHub
parent eecd40723e
commit 5d06b922d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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