From 090cb52f0a6bb2efd407bbfcf9ac7d87ec0835fd Mon Sep 17 00:00:00 2001 From: Enrico Spinielli Date: Tue, 23 Jun 2026 01:46:54 +0200 Subject: [PATCH] Fix typo in lua-filters.md (#11724) Removed duplicated 'using' --- doc/lua-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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