files_scripts icon indicating copy to clipboard operation
files_scripts copied to clipboard

Mustache Escaping Flag

Open stellarpower opened this issue 1 year ago • 0 comments

Add boolean parameter to mustache to control whether escaping of special characters is performed or not.

I am working with plain files, YAML, etc., and the HTML escaping that the Mustache_Engine is set up with causes problems here.

It might be desirable to expose further finetuning instead of making it a boolean, leave that up to you.

I've done basic tests but not written any testcases etc.

stellarpower avatar Sep 29 '24 17:09 stellarpower