Some sort of additional processing seems to be applied to edition if text-case="capitalize-first" is applied, resulting in random extra capital letters.
With lines such as these in the edition field, using a style calling such as Chicago that uses <text text-case="capitalize-first" variable="edition"/>:
facsimile of the first edition, with an introduction by Jaroslav Pelican
reprinted with preface and notes by Matthew J. Bruccoli
Citeproc-js formats the field as follows:
Facsimile of the first edition, with An introduction by Jaroslav Pelikan
Reprinted with preface and Notes by Matthew J. Bruccoli
This may be related to #237.
Some sort of additional processing seems to be applied to
editioniftext-case="capitalize-first"is applied, resulting in random extra capital letters.With lines such as these in the
editionfield, using a style calling such as Chicago that uses<text text-case="capitalize-first" variable="edition"/>:Citeproc-js formats the field as follows:
This may be related to #237.