Very strange BUG in node js and Tiddlywiki

Hi. I create new tiddler with text

<div class="img-square" style="background-image:url(https://papadoma.net/images/00-00050845_small_1.jpg);"></div>

then I make command --rendertiddlers … to make static tiddler
but in new static html my code converts to

<div class="img-square" style="background-image:url(https;"></div>

I try many different variants but i am not able to fix it.
If I make “export tiddler” from Tiddlywiki everything is good, but --rendertiddlers spoils my code

Try disable filesystem plugin before doing this.

I use pure NodeJS on Windows
How can I disable filesystem plugin?

In the tiddlywiki.info , there was an issue that running build targets like external images will delete user tiddlers.

See Built-in externalimages build corrupts original image files · Issue #4484 · Jermolene/TiddlyWiki5 · GitHub