diff --git a/doc/lua-filters.md b/doc/lua-filters.md index ee68d4950..43bcb76a7 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -467,7 +467,7 @@ String library is not Unicode aware **won't** match the "snowman" Unicode character. Use the [pandoc.text](#module-pandoc.text) module for Unicode-aware - transformation, and consider using using the lpeg or re + transformation, and consider using the lpeg or re library for pattern matching. # Examples