Keats / tera

A template engine for Rust based on Jinja2/Django
http://keats.github.io/tera/
MIT License
3.36k stars 280 forks source link

allow \n and \t as join separator #884

Closed dimfeld closed 1 month ago

dimfeld commented 7 months ago

This just copies the same strategy used in split. I also tested this in my own project that uses tera, and verified that it worked.

Fixes #795 Fixes #663