1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-03 09:16:55 +00:00

Corrected typos

This commit is contained in:
Jeremy Ruston 2012-01-23 18:45:21 +00:00
parent 19d8216b71
commit 9123c32782
2 changed files with 1 additions and 2 deletions

View File

@ -250,7 +250,6 @@ WikiTextParseTree.prototype.compileSubTreePlain = function(output,tree) {
};
// Render the parse tree to a debugging string of the specified MIME type
// fieldOrder is an array of fieldname. The zeroth field is rendered as a special tag node, without a label
WikiTextParseTree.prototype.toString = function(type) {
var output = [],
htmlNodes = "a br hr table tr td th h1 h2 h3 h4 h5 h6 ul ol li dl dd dt blockquote pre img strong em u sup sub strike code span div".split(" "),

View File

@ -83,7 +83,7 @@ Now, the return value of this function can be cached until a tiddler in the depe
The dependency chain is calculated when a tiddler is parsed. Every tiddler that is directly referenced is accumulated (until the point at which it is concluded that it is simpler to mark the tiddler as being dependent on any other tiddler changing).
Evaluated macro parameters are parsed and can bechecked for safeness, and then included in the compiled code. For example,
Evaluated macro parameters are parsed and can be checked for safeness, and then included in the compiled code. For example,
{{{
Hello <<echo {{2+2}}>>
}}}