mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
Handlebars allows putting tildes (~) by the braces in mustache tags to
strip whitespaces on that side of the tag.
{{#if foo~}}
<p>Bar</p>
{{~/if}}
This way, the linter ignores any potential tilde at the ends of Handlebars
tags so we can use this feature without lint fails.
11 KiB
11 KiB