mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
fix blocks in readme
This commit is contained in:
@@ -251,8 +251,8 @@ In the default configuration, no whitespace is removed while rendering the file.
|
||||
|
||||
```c++
|
||||
Environment env;
|
||||
env.set_trim(true);
|
||||
env.set_lstrip(true);
|
||||
env.set_trim_blocks(true);
|
||||
env.set_lstrip_blocks(true);
|
||||
```
|
||||
|
||||
With both `trim` and `lstrip` enabled, you can put statements on their own lines.
|
||||
|
||||
Reference in New Issue
Block a user