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.
This commit is contained in:
Albert Krewinkel
2025-09-04 16:40:07 +02:00
parent 226f765e76
commit 204ea63107
-8
View File
@@ -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