diff --git a/editions/tw5.com/tiddlers/fileformats/TiddlerFiles.tid b/editions/tw5.com/tiddlers/fileformats/TiddlerFiles.tid index 13457effc..4ea93c10c 100644 --- a/editions/tw5.com/tiddlers/fileformats/TiddlerFiles.tid +++ b/editions/tw5.com/tiddlers/fileformats/TiddlerFiles.tid @@ -64,7 +64,7 @@ These files are a straightforward array of hashmaps of name:value fields. Curren TiddlyWiki HTML files contain a collection of tiddlers encoded in `
` format. -The minimal requirement for an HTML file to be importable as an unencrypted TW file is that it has a
immediately preceding the tiddler DIVs, which must be followed by a
. For example: +The minimal requirement for an HTML file to be importable as an unencrypted TW file is that it has a `
` immediately preceding the tiddler DIVs, which must be followed by a `
`. For example: ```
diff --git a/editions/tw5.com/tiddlers/wikitext/Variables in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/Variables in WikiText.tid index dad3fff21..b56446a4e 100644 --- a/editions/tw5.com/tiddlers/wikitext/Variables in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/Variables in WikiText.tid @@ -25,4 +25,4 @@ Variables are used in: * [[Filter expression|Introduction to Filters]] `[operator]` * Some default behaviors of [[Widgets]] -See also [[currentTiddler|WidgetVariable: currentTiddler]] variable, built-in [[variables|Variables]] and [[subsitutions in WikiText|Variables, Macros and Subsitutions in WikiText]] \ No newline at end of file +See also [[currentTiddler|WidgetVariable: currentTiddler]] variable, built-in [[variables|Variables]] and [[substitutions in WikiText|Variables, Macros and Substitutions in WikiText]] \ No newline at end of file