mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-29 22:09:27 +01:00
9 lines
161 B
Markdown
9 lines
161 B
Markdown
|
|
# raw
|
||
|
|
|
||
|
|
Prevents variable escaping when [auto-escaping](../../api/configuring.md#enabling-auto-escaping) is activated.
|
||
|
|
|
||
|
|
## Basic usage
|
||
|
|
```smarty
|
||
|
|
{$myVar|raw}
|
||
|
|
```
|