diff options
| author | Albert Krewinkel <[email protected]> | 2022-10-12 18:11:25 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-12-03 16:22:19 +0100 |
| commit | b34ec00607c0218b3f9e8718d0fc68b3cf228f6c (patch) | |
| tree | e68214ff153efa5e9f3dd3116a930edf00043c6a /pandoc-lua-engine | |
| parent | c5beb1db45706e10ddd7747788da4f4adfad73e6 (diff) | |
doc/lua-filters.md: add documentation for pandoc.format
Diffstat (limited to 'pandoc-lua-engine')
| -rw-r--r-- | pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs index d9d413e09..0e5dde9be 100644 --- a/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs +++ b/pandoc-lua-engine/src/Text/Pandoc/Lua/Module/Format.hs @@ -52,8 +52,8 @@ functions = "all extensions supported for `format`" #? T.unlines [ "Returns the list of all valid extensions for a format." - , "No distinction is made between input and output, and an" - , "extension have an effect when reading a format but not when" + , "No distinction is made between input and output; an extension" + , "can have an effect when reading a format but not when" , "writing it, or *vice versa*." ] ] |
