From fd16fbc68563e93a93d804492e03c769f71fa152 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 13 Jun 2023 16:34:51 +0100 Subject: [PATCH] Clarify docs --- editions/tw5.com/tiddlers/pragmas/Pragma_ _dir.tid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editions/tw5.com/tiddlers/pragmas/Pragma_ _dir.tid b/editions/tw5.com/tiddlers/pragmas/Pragma_ _dir.tid index 01e8c13c9..bc5774e30 100644 --- a/editions/tw5.com/tiddlers/pragmas/Pragma_ _dir.tid +++ b/editions/tw5.com/tiddlers/pragmas/Pragma_ _dir.tid @@ -6,6 +6,8 @@ type: text/vnd.tiddlywiki <<.from-version "5.3.0">> The ''\dir'' [[pragma|Pragmas]] is used to set the text direction of text within a tiddler -- see [[Right-To-Left Languages]]. +The ''\dir'' pragma should be used after any procedure, function, widget or macro definitions. + * `\dir ltr` – sets text direction to left-to-right * `\dir rtl` – sets text direction to right-to-left * `\dir auto` – causes the browser to attempt to automatically deduce the text direction