Replies: 2 comments 1 reply
-
|
Why this bug report was converted into a discussion? |
Beta Was this translation helpful? Give feedback.
-
|
lstrip_blocks only works on those lines that begin with a block, the text lines inbetween are unaffected. from the docs:
This is only really visible if you have oneline-blocks like There's currently no way to have recursive indentation, see eg. #178 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The
lstrip_blocksdoesn’t work as documented and seems to have no effect at all. I need it to help me attain more readable code and templates while keeping full control on rendered text.Here is a fully functional sample code:
Actual result:
Expected and desired result:
Environment:
Beta Was this translation helpful? Give feedback.
All reactions