Skip to content

Commit

Permalink
doc/lua-filters.md: mention which Lua version is shipped with pandoc
Browse files Browse the repository at this point in the history
See: #5892
  • Loading branch information
tarleb committed Nov 13, 2019
1 parent 90e436d commit 7910437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/lua-filters.md
Expand Up @@ -30,9 +30,9 @@ executable.

Starting with pandoc 2.0, we have made it possible to write
filters in lua without any external dependencies at all. A lua
interpreter and a lua library for creating pandoc filters is
built into the pandoc executable. Pandoc data types are
marshalled to lua directly, avoiding the overhead of writing
interpreter (version 5.3) and a lua library for creating pandoc
filters is built into the pandoc executable. Pandoc data types
are marshalled to lua directly, avoiding the overhead of writing
JSON to stdout and reading it from stdin.

Here is an example of a lua filter that converts strong emphasis
Expand Down

0 comments on commit 7910437

Please sign in to comment.