Jinntec / Fore

Fore - declarative user interfaces in plain HTML
MIT License
82 stars 11 forks source link

escaping for template expressions #157

Closed JoernT closed 2 years ago

JoernT commented 2 years ago

there might be situation where a component uses templating with '{}' within its markup that in turn will be picked up by Fore as template expression. This will certainly lead into trouble and a way to either configure the template chars or allow escaping in certain scopes of the document.

JoernT commented 2 years ago

after discussion with @DrRataplan this has been identified a bug and escaping is not needed.