Reformat documentation

This commit is contained in:
bzick
2014-08-02 00:24:14 +04:00
parent 5972884c80
commit 0ff3ffc27f
60 changed files with 168 additions and 161 deletions

10
docs/en/mods/in.md Normal file
View File

@@ -0,0 +1,10 @@
Modifier in
===========
The modifier is implementation of [in](../operators.md#containment-operator) operator (performs containment test).
```smarty
{if $number|in:[1, 3, 42]}
...
{/if}
```