Fix typo in lua-filters.md (#11724)

Removed duplicated 'using'
This commit is contained in:
Enrico Spinielli
2026-06-23 01:46:54 +02:00
committed by GitHub
parent b7ce1047c6
commit 090cb52f0a
+1 -1
View File
@@ -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