From 31e9ed52bebb6d026dc3a8ae29c28af4beb7122e Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Thu, 13 Jul 2023 10:54:21 -0700 Subject: There's no mention of name afterwards --- book/src/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit