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.

Inheritors

Properties

Link copied to clipboard

Strategy to retrieve citation labels for bibliography entries.

Link copied to clipboard
abstract val name: String

The name of this bibliography style.

Functions

Link copied to clipboard

Provides the formatted inline content for a bibliography entry.