mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Fix hide-show button code needs to be transcluded mode=block (#8082)
This commit is contained in:
parent
9cd6affcae
commit
b595651fe1
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user