From 1cac17721120cd1b66e108598e7e2abefd0e1d7e Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Sun, 23 Apr 2023 10:29:15 +0100 Subject: [PATCH] Fix pragma procedure docs See #7412 - thanks @kookma --- editions/tw5.com/tiddlers/pragmas/Pragma_ _procedure.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/pragmas/Pragma_ _procedure.tid b/editions/tw5.com/tiddlers/pragmas/Pragma_ _procedure.tid index 4dc496ac4..082bc466d 100644 --- a/editions/tw5.com/tiddlers/pragmas/Pragma_ _procedure.tid +++ b/editions/tw5.com/tiddlers/pragmas/Pragma_ _procedure.tid @@ -28,7 +28,7 @@ For example: ``` \procedure sayhi(name:"Bugs Bunny") -Hi, I'm $name$. +Hi, I'm <>. \end <> @@ -37,7 +37,7 @@ Hi, I'm $name$. Alternatively, the entire definition can be presented on a single line without an `\end` marker: ``` -\procedure sayhi(name:"Bugs Bunny") Hi, I'm $name$. +\procedure sayhi(name:"Bugs Bunny") Hi, I'm <>. ``` Procedure definitions can be nested by specifying the name of the procedure in the `\end` marker. For example: @@ -47,7 +47,7 @@ Procedure definitions can be nested by specifying the name of the procedure in t <$action-sendmessage $message="tm-notify" $param="HelloThere"/> \end actions <$button actions=<>> -$caption$ +<> \end special-button