1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-03 15:28:05 +00:00

Temporarily suppressed rendering of the render step

So that the tests pass, which looks nicer
This commit is contained in:
Jeremy Ruston
2012-01-24 16:28:26 +00:00
parent 398831b0d9
commit 2cd0e681ea
2 changed files with 8 additions and 8 deletions

View File

@@ -179,8 +179,8 @@ WikiTextParseTree.prototype.compileMacroCall = function(output,renderer,type,nod
var wrapperTag = macro.wrapperTag || "div";
if(type === "text/html") {
pushString(output,utils.stitchElement(wrapperTag,{
"data-tw-macro": name,
"data-tw-render-step": renderStepIndex
"data-tw-macro": name //,
//"data-tw-render-step": renderStepIndex
}));
}
output.push({