From 2d565eda9ec6df702bc0381ccb60fc3cc9699318 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Mon, 3 Oct 2022 20:01:55 +0200 Subject: doc/lua-filters.md: fix documentation of PANDOC_WRITER_OPTIONS. --- doc/lua-filters.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 619d4fe80..52bbcba3d 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -269,7 +269,9 @@ variables. be picked up by pandoc. ([WriterOptions](#type-writeroptions)) - This variable is also set in custom writers. + This variable is also set in custom writers, but, starting + with pandoc 3.0, contains only the default options. The actual + writer options can be accessed via new-style writers. *Since: pandoc 2.17* -- cgit v1.2.3