We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tarleb
jgm
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
Cite
1 parent 58f5cb4 commit 3f2d47fCopy full SHA for 3f2d47f
src/Text/Pandoc/Lua/Marshal/Inline.hs
@@ -337,7 +337,7 @@ inlineConstructors :: LuaError e => [DocumentedFunction e]
337
inlineConstructors =
338
[ defun "Cite"
339
### liftPure2 (flip Cite)
340
- <#> parameter peekInlinesFuzzy "content" "Inlines" "placeholder content"
+ <#> parameter peekInlinesFuzzy "Inlines" "content" "placeholder content"
341
<#> parameter (peekList peekCitation) "{Citation,...}" "citations"
342
"List of Citations"
343
=#> functionResult pushInline "Inline" "cite element"
0 commit comments