mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 00:36:29 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user