Hi,
When using jinja2 templating with a python code node, the rendered template get 2 trailing whitespaces before each new line. I tried to reproduce unsuccessfully the issue locally on my linux computer. So I guess there is something to do with the javascript python interpreter in the middle?
How to reproduce
You can copy paste the same code locally to execute it in an original python interpreter. The result won’t be the same.
Why this is an issue?
I’m using it for making markdown files. Markdown is sensible to trailing whitespace for multiple items like lists and tables. With these trailing whitespaces, the markdown rendering is not correct.