You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason why the first newline after a pebble tag is ignored? I guess it has something to do with HTML, but I'd like to use Pebble as a templating engine for other formats than HTML.
Let's say I have a template which is :
{{param1}}
{{param2}}
How can I make Pebble generate :
val1
val2
As is, with the newline?
Is there a configuration to keep the first newline after a pebble tag?
The text was updated successfully, but these errors were encountered:
Is there a reason why the first newline after a pebble tag is ignored? I guess it has something to do with HTML, but I'd like to use Pebble as a templating engine for other formats than HTML.
Let's say I have a template which is :
How can I make Pebble generate :
As is, with the newline?
Is there a configuration to keep the first newline after a pebble tag?
The text was updated successfully, but these errors were encountered: