BibliographyStyle
interface BibliographyStyle
Defines how bibliography entries and citations are formatted. Implementations provide both a labelProvider for citation labels and list labels, and a contentProvider for the formatted entry content.
The primary implementation is com.quarkdown.core.bibliography.style.csl.CslBibliographyStyle, which supports any CSL style definition.