aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-12-19 15:59:05 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2021-12-19 15:59:05 +0100
commit74c2d9eb07f26da89698e051891fa084ffdfea8e (patch)
tree563b0654ed95eb2a95b151431536cacd1daf64f5
parentdc3dcc2ccd3435ca88cf1eaeea05f62806f066d6 (diff)
downloadpandoc-74c2d9eb07f26da89698e051891fa084ffdfea8e.tar.gz
doc/lua-filters: numbers are now accepted as MetaValue
-rw-r--r--doc/lua-filters.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index 616c13cea..901fd6be8 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -887,7 +887,7 @@ MetaValue is expected. The types correspond to the following
Haskell type constructors:
- boolean → MetaBool
-- string → MetaString
+- string or number → MetaString
- Inlines → MetaInlines
- Blocks → MetaBlocks
- List/integer indexed table → MetaList