mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
doc/lua-filters: fix docs for pandoc.Cite.
This commit is contained in:
+3
-3
@@ -2910,14 +2910,14 @@ Returns:
|
||||
|
||||
### Cite {#pandoc.Cite}
|
||||
|
||||
`Cite (Inlines, citations)`
|
||||
`Cite (content, citations)`
|
||||
|
||||
Creates a Cite inline element
|
||||
|
||||
Parameters:
|
||||
|
||||
`Inlines`
|
||||
: placeholder content ([content]{unknown-type="content"})
|
||||
`content`
|
||||
: placeholder content ([Inlines])
|
||||
|
||||
`citations`
|
||||
: List of Citations ({[Citation]{unknown-type="Citation"},\...})
|
||||
|
||||
Reference in New Issue
Block a user