mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 22:04:19 +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:
parent
eecd40723e
commit
5d06b922d3
@ -75,7 +75,7 @@ type: text/vnd.tiddlywiki
|
|||||||
<tr>
|
<tr>
|
||||||
<th><<id>></th>
|
<th><<id>></th>
|
||||||
<td><$codeblock code=<<code>>/></td>
|
<td><$codeblock code=<<code>>/></td>
|
||||||
<td><<code>></td>
|
<td><$transclude $variable="code" $mode="block"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
\end
|
\end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user