From 74c2d9eb07f26da89698e051891fa084ffdfea8e Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 19 Dec 2021 15:59:05 +0100 Subject: doc/lua-filters: numbers are now accepted as MetaValue --- doc/lua-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3