Under node.js, I'm not able to render a tiddler which contains macros (either mine or the standard tiddlywiki one like table of content ).
----
with the following result under tiddlywiki

The command used
----
tiddlywiki /Users/Laurent/TW/TEST --render "[[test]]" "[is[tiddler]addsuffix[.html]]" text/plain $:/core/templates/html-tiddler
----
The result, without the output of my simple macro :-(
----
<p>Start of the tidler</p><p>End of the tiddler</p>
----
Using the export menu is OK but I want to get a "raw" html output for further processing (including pdf creation through the wkhtmltopdf application).
Thx in advance for your help.
Laurent