aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lua-filters.md8
1 files changed, 0 insertions, 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