From 8a76a6fef1c76e163e86a9dd9e2b469dd4a05687 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 10 Oct 2025 11:14:59 +0300 Subject: Correct anchor references to `pandoc.text` module documentation (#11205) Closes #11111. --- doc/lua-filters.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 4539e10f8..a6521b9f7 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -377,7 +377,7 @@ default modules. The following snippet is an example of code that might be useful when added to `init.lua`. The snippet adds all Unicode-aware -functions defined in the [`text` module](#module-text) to the +functions defined in the [`text` module](#module-pandoc.text) to the default `string` module, prefixed with the string `uc_`. ``` lua @@ -466,7 +466,7 @@ String library is not Unicode aware of the bytes `\240`, `\159`, `\154`, and `\178`, but **won't** match the "snowman" Unicode character. - Use the [pandoc.text](#module-text) module for Unicode-aware + Use the [pandoc.text](#module-pandoc.text) module for Unicode-aware transformation, and consider using using the lpeg or re library for pattern matching. -- cgit v1.2.3