BibliographyEntry

class BibliographyEntry(val citationKey: String)

A single bibliography entry, identified by a unique citationKey. Formatting and content are handled externally by the com.quarkdown.core.bibliography.style.BibliographyStyle.

Constructors

Link copied to clipboard
constructor(citationKey: String)

Properties

Link copied to clipboard

The unique identifier for the bibliography entry, used as a citation key.