diff options
author | Justin Abrahms <justin@abrah.ms> | 2023-07-13 10:54:21 -0700 |
---|---|---|
committer | René Kijewski <Kijewski@users.noreply.github.com> | 2023-07-21 13:52:43 +0200 |
commit | 31e9ed52bebb6d026dc3a8ae29c28af4beb7122e (patch) | |
tree | 167d4b30273dbd152d09b72e8a08802a02a83240 | |
parent | 9de9af4a006021a63f705e420be4cdef3eb6af82 (diff) | |
download | askama-31e9ed52bebb6d026dc3a8ae29c28af4beb7122e.tar.gz askama-31e9ed52bebb6d026dc3a8ae29c28af4beb7122e.tar.bz2 askama-31e9ed52bebb6d026dc3a8ae29c28af4beb7122e.zip |
There's no mention of name afterwards
Diffstat (limited to '')
-rw-r--r-- | book/src/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md index 740160b..dfe7744 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -116,7 +116,7 @@ path = "::tex_escape::Tex" extensions = ["tex"] ``` -An escaper block consists of the attributes `path` and `name`. `path` +An escaper block consists of the attributes `path` and `extensions`. `path` contains a Rust identifier that must be in scope for templates using this escaper. `extensions` defines a list of file extensions that will trigger the use of that escaper. Extensions are matched in order, starting with the |