From 563c68947bb63eaf0ea4900d93df192d0272fac3 Mon Sep 17 00:00:00 2001 From: pmario Date: Mon, 9 Mar 2026 19:48:04 +0100 Subject: [PATCH] Improve example section indentation. Also works for HTML rendered output --- core/language/en-GB/Help/render.tid | 12 ++++++++++-- core/language/en-GB/Help/save.tid | 6 +++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/core/language/en-GB/Help/render.tid b/core/language/en-GB/Help/render.tid index 6d6ff7e297..c011904c6b 100644 --- a/core/language/en-GB/Help/render.tid +++ b/core/language/en-GB/Help/render.tid @@ -35,5 +35,13 @@ Notes: Examples: -* `--render '[!is[system]]' '[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]'` -- renders all non-system tiddlers as files in the subdirectory "tiddlers" with URL-encoded titles and the extension HTML -* `--render '.' 'tiddlers.json' 'text/plain' '$:/core/templates/exporters/JsonFile' 'exportFilter' '[tag[HelloThere]]'` -- renders the tiddlers tagged "HelloThere" to a JSON file named "tiddlers.json" +``` + Render all non-system tiddlers as files in the subdirectory "tiddlers" with URL-encoded titles and the extension HTML: + + --render '[!is[system]]' '[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]' + + Render the tiddlers tagged "HelloThere" to a JSON file named "tiddlers.json" + + --render '.' 'tiddlers.json' 'text/plain' '$:/core/templates/exporters/JsonFile' 'exportFilter' '[tag[HelloThere]]' +``` + diff --git a/core/language/en-GB/Help/save.tid b/core/language/en-GB/Help/save.tid index a5bf9b6ca7..b3804127c6 100644 --- a/core/language/en-GB/Help/save.tid +++ b/core/language/en-GB/Help/save.tid @@ -25,4 +25,8 @@ Notes: Examples: -* `--save "[!is[system]is[image]]" "[encodeuricomponent[]addprefix[tiddlers/]]"` -- saves all non-system image tiddlers as files in the subdirectory "tiddlers" with URL-encoded titles +``` + Saves all non-system image tiddlers as files in the subdirectory "tiddlers" with URL-encoded titles + + --save "[!is[system]is[image]]" "[encodeuricomponent[]addprefix[tiddlers/]]" +``` \ No newline at end of file