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