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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user