Skip to content

Commit ae11cdc

Browse files
cscheidcwickham
andauthored
Update docs/extensions/lua-api.qmd
Co-authored-by: Charlotte Wickham <[email protected]>
1 parent 50bdebe commit ae11cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/lua-api.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ function Meta(meta)
293293
end
294294
```
295295

296-
The function returns a `pandoc.MetaValue`, which may be a `MetaString`, `MetaInlines`, `MetaList`, `MetaMap`, or other Pandoc metadata types. You can use `pandoc.utils.stringify()` to convert these to strings when needed:
296+
The function returns a `pandoc.MetaValue`, which may be a `MetaString`, `MetaInlines`, `MetaList`, `MetaMap`, or other [Pandoc metadata types](https://pandoc.org/lua-filters.html#type-metavalue). You can use `pandoc.utils.stringify()` to convert these to strings when needed:
297297

298298
``` lua
299299
function Pandoc(doc)

0 commit comments

Comments
 (0)