DOI lowercase fix, 24 August 2026
This commit is contained in:
parent
e36f1d597d
commit
61b2d57f61
1 changed files with 2 additions and 0 deletions
|
|
@ -383,6 +383,8 @@ local function _cite_q (citeq_args)
|
|||
end
|
||||
end
|
||||
|
||||
citeq_args.doi = citeq_args.doi and citeq_args.doi:lower() or nil; -- force |doi= value to be lower case
|
||||
|
||||
citeq_args.others = citeq_args.others or table.concat(oth, ". ")
|
||||
if citeq_args.others == "" then
|
||||
citeq_args.others = nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue