diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2018-10-15 22:16:38 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2018-10-15 22:17:12 +0200 |
commit | d9f179f7f2be066d1d4849853fe8f283f1a65264 (patch) | |
tree | 9a4efe16087731ccec237b214adfba9b351198d9 /doc | |
parent | 788b1bb3d8bf5357354d3ac1fcc398ae64281b88 (diff) | |
download | pandoc-d9f179f7f2be066d1d4849853fe8f283f1a65264.tar.gz |
Lua filter docs: fix typos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua-filter-types-and-objects.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lua-filter-types-and-objects.md b/doc/lua-filter-types-and-objects.md index d3f183501..8f860d1c3 100644 --- a/doc/lua-filter-types-and-objects.md +++ b/doc/lua-filter-types-and-objects.md @@ -42,7 +42,7 @@ List of inlines used in metadata ([list] of [inline]s) Fields: tag, t -: the literal `MetaBlocks` (string) +: the literal `MetaInlines` (string) ### MetaList @@ -90,7 +90,7 @@ content : list of items ([list] of [blocks]) tag, t -: the literal `BlockQuote` (string) +: the literal `BulletList` (string) ### CodeBlock @@ -553,7 +553,7 @@ style `LowerAlpha`, and `UpperAlpha` (string) delimiter -: delimiter of list numbers; one of `DeaultDelim`, `Period`, +: delimiter of list numbers; one of `DefaultDelim`, `Period`, `OneParen`, and `TwoParens` (string) ## Hierarchical Element {#Element} @@ -600,7 +600,7 @@ default_image_extension : default extension for images (string) extensions -: string representation of the syntax extensions bitfield +: string representation of the syntax extensions bit field (string) indented_code_classes @@ -630,4 +630,4 @@ track_changes [inlines]: #inline [Attr]: #attr [attributes]: #attributes -[citaions]: #citation +[citations]: #citation |