Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/markdown/examples/filtering-advanced.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jdbc.user=${db.username}
jdbc.password=${db.password}
```

Filtering the content of such a file with this config will produce this content. Note that that the escaped property can now be filtered the usual way later if necessary\!
Filtering the content of such a file with this config will produce this content. Note that that the escaped property can now be filtered the usual way later if necessary!

```properties
jdbc.url=jdbc:oracle:thin:@localhost:1521:orcl
Expand Down
Loading