diff options
-rw-r--r-- | doc/lua-filters.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 7645ddb1a..7cae8c186 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -866,7 +866,7 @@ Values of this type can be created with the Fields: `content` -: list of items ([List] of [Blocks]) +: list items ([List] of [List] of [Blocks]) `tag`, `t` : the literal `BulletList` (string) @@ -1894,14 +1894,14 @@ format, and functions to filter and modify a subtree. Returns: [BlockQuote] object -[`BulletList (content)`]{#pandoc.bulletlist} +[`BulletList (items)`]{#pandoc.bulletlist} -: Creates a bullet (i.e. +: Creates a bullet list. Parameters: - `content`: - : list of items + `items`: + : list items Returns: [BulletList] object |