doc/lua-filters: numbers are now accepted as MetaValue

This commit is contained in:
Albert Krewinkel 2021-12-19 15:59:05 +01:00
parent dc3dcc2ccd
commit 74c2d9eb07
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -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