We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73009ed commit f37ece6Copy full SHA for f37ece6
_extensions/multibib/multibib.lua
@@ -48,11 +48,6 @@ local topic_refs = {}
48
-- the output format and the attributes of cs:bibliography
49
local refs_div_with_properties
50
51
--- Whether utils.citeproc() supports a 'quiet' argument
52
--- (it doesn't yet, but perhaps it will, in which case this
53
--- will use the appropriate pandoc version check)
54
-local supports_quiet_arg = false
55
-
56
--- Run citeproc on a pandoc document
57
--
58
-- Falls back to the external `pandoc-citeproc` filter if the built-in
@@ -201,5 +196,5 @@ return {
201
196
Meta = function (m) doc_meta = m end,
202
197
},
203
198
{ Pandoc = resolve_doc_citations },
204
- { Div = create_topic_bibliography }
199
+ { Div = create_topic_bibliography },
205
200
}
0 commit comments