aboutsummaryrefslogtreecommitdiff
path: root/doc/lua-filters.md
diff options
context:
space:
mode:
authorLevi Gruspe <mail.levig@gmail.com>2020-04-01 15:24:23 +0800
committerAlbert Krewinkel <albert+github@zeitkraut.de>2020-04-01 13:16:41 +0200
commite04ac2a0934fa5f2141e6607f2dab3510250aea3 (patch)
treec3b2d5379e9cfe378b02f33d52063179f00555de /doc/lua-filters.md
parent247d8e80015ac8bc1e2968faf00dd944386ce9d4 (diff)
downloadpandoc-e04ac2a0934fa5f2141e6607f2dab3510250aea3.tar.gz
Fix description of BulletList Lua type
Change description of BulletList parameter from 'List of Blocks' to 'List of List of Blocks'.
Diffstat (limited to 'doc/lua-filters.md')
-rw-r--r--doc/lua-filters.md10
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