Jan Lehnardt 15 роки тому
джерело
коміт
d2feae3a27
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      README.md

+ 1
- 1
README.md Переглянути файл

@@ -204,7 +204,7 @@ in `partials` for `winnings`.


mustache.js does escape all values when using the standard double mustache mustache.js does escape all values when using the standard double mustache
syntax. Characters which will be escaped: `& \ " < >`. To disable escaping, syntax. Characters which will be escaped: `& \ " < >`. To disable escaping,
simply use tripple mustaches like `{{{unescaped_variable}}}`.
simply use triple mustaches like `{{{unescaped_variable}}}`.


Example: Using `{{variable}}` inside a template for `5 > 2` will result in `5 &gt; 2`, where as the usage of `{{{variable}}}` will result in `5 > 2`. Example: Using `{{variable}}` inside a template for `5 > 2` will result in `5 &gt; 2`, where as the usage of `{{{variable}}}` will result in `5 > 2`.




Завантаження…
Відмінити
Зберегти