From 204ea63107fda83c4b0d002fc26a311237200773 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Thu, 4 Sep 2025 16:36:57 +0200 Subject: doc/lua-filters.md: remove outdated notes about `lpeg`/`re` globals. The globals hold the same values that are returned by `require 'lpeg'` and `require 're'`, respectively. This was changed in pandoc 3.3. --- doc/lua-filters.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/lua-filters.md b/doc/lua-filters.md index bb55c6efe..4539e10f8 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -319,10 +319,6 @@ variables. unless it has been configured by the package maintainer to rely on a system-wide installation. - Note that the result of `require 'lpeg'` is not necessarily - equal to this value; the `require` mechanism prefers the - system's lpeg library over the built-in version. - `re` : Contains the LPeg.re module, which is built on top of LPeg and offers an implementation of a [regex engine]. Pandoc @@ -330,10 +326,6 @@ variables. configured by the package maintainer to rely on a system-wide installation. - Note that the result of `require 're` is not necessarily - equal to this value; the `require` mechanism prefers the - system's lpeg library over the built-in version. - [LPeg homepage]: http://www.inf.puc-rio.br/~roberto/lpeg/ [regex engine]: http://www.inf.puc-rio.br/~roberto/lpeg/re.html -- cgit v1.2.3