Fix hide-show button code needs to be transcluded mode=block (#8082)

This commit is contained in:
Mario Pietsch 2024-03-28 22:50:22 +01:00 committed by GitHub
parent 9cd6affcae
commit b595651fe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
code-body: yes
created: 20150117152607000 created: 20150117152607000
modified: 20240229155550000 modified: 20240317091700545
tags: $:/tags/Macro tags: $:/tags/Macro
title: $:/editions/tw5.com/doc-macros title: $:/editions/tw5.com/doc-macros
code-body: yes
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
\whitespace trim \whitespace trim
@ -165,7 +165,7 @@ This is an example tiddler. See [[Table-of-Contents Macros (Examples)]].
<dd><$button set=<<.state>> setTo="">Hide</$button></dd> <dd><$button set=<<.state>> setTo="">Hide</$button></dd>
</dl> </dl>
<blockquote class="doc-example-result"> <blockquote class="doc-example-result">
<<eg>> <$transclude $variable="eg" $mode="block"/>
</blockquote> </blockquote>
</$reveal> </$reveal>
</$list> </$list>