We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cda4a commit 7e88bd0Copy full SHA for 7e88bd0
readme.md
@@ -33,6 +33,12 @@ sourceSets {
33
}
34
```
35
36
+> [!IMPORTANT]
37
+> When processing templates, Pebble will trim newlines immediately after a template tag.
38
+> This might not be desired when using formats like YAML or Java properties files, so Blossom offers a way to disable this behaviour:
39
+>
40
+> Add a `trimNewlines = false` line to the template set block and stripping will be disabled for any templates in the set.
41
+
42
Then place a file in the `src/main/resource-templates` folder:
43
44
`build-vars.properties`:
0 commit comments