docs: don’t confuse liquid (#1152)

This commit is contained in:
Veit Heller 2021-01-26 13:21:20 +01:00 committed by GitHub
parent a6a52c7605
commit 144b114cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
# Format Strings
{% raw %}
Carp as to ways to format strings, `fmt` and `fstr`. In this document, we
explore both functions in detail.
@ -57,3 +59,5 @@ literal `{` need to be escaped as `{{`.
While possible, it is discouraged to use complicated or even multiline
expressions inside `fstr`.
{% endraw %}