CslBibliographyStyle
A BibliographyStyle backed by a CSL style definition, powered by citeproc-java.
This enables support for a curated selection of citation styles from the CSL Style Repository, including BibTeX, CSL JSON, YAML, EndNote, and RIS bibliography sources.
Citation label and entry content formatting are delegated to citeproc-java, which processes the CSL XML style definition and produces structured output converted to Quarkdown AST nodes via QuarkdownCslFormat and CslTokenConverter.
Parameters
the CSL style identifier (e.g. "apa", "ieee", "chicago-author-date")
the item data provider supplying bibliography data to citeproc-java
optional RFC 4646 locale tag (e.g. "en-US", "de-DE"). Controls localized terms such as "and"/"und", month names, and ordinal suffixes. When null, the style's default locale is used, falling back to "en-US".
See also
Properties
The Bibliography derived from the provider's entry IDs.
Strategy to retrieve citation labels for bibliography entries.