diff --git a/editions/tw5.com/tiddlers/widgets/RevealWidget.tid b/editions/tw5.com/tiddlers/widgets/RevealWidget.tid index 454bf132c..4742dc4e0 100644 --- a/editions/tw5.com/tiddlers/widgets/RevealWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/RevealWidget.tid @@ -38,8 +38,10 @@ Here's a simple example of showing and hiding content with buttons: <$button set="$:/SampleRevealState" setTo="hide">Hide me <$reveal type="match" state="$:/SampleRevealState" text="show"> + ! This is the revealed content And this is some text + ``` @@ -49,8 +51,10 @@ It renders as: <$button set="$:/SampleRevealState" setTo="hide">Hide me <$reveal type="match" state="$:/SampleRevealState" text="show"> + ! This is the revealed content And this is some text + !! Popup @@ -62,8 +66,10 @@ Here is a simple example of a popup built with the RevealWidget: <$reveal type="popup" state="$:/SamplePopupState">
+ ! This is the popup And this is some text +
``` @@ -74,7 +80,9 @@ It renders as: <$reveal type="popup" state="$:/SamplePopupState">
+ ! This is the popup And this is some text +