quarkdown
Toggle table of contents
1.15.0
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.bibliography
/
Bibliography
Bibliography
class
Bibliography
(
val
entries
:
Map
<
String
,
BibliographyEntry
>
)
A document's bibliography.
Parameters
entries
the bibliography entries associated with their citation keys.
Members
Constructors
Bibliography
Link copied to clipboard
constructor
(
entries
:
Map
<
String
,
BibliographyEntry
>
)
Properties
entries
Link copied to clipboard
val
entries
:
Map
<
String
,
BibliographyEntry
>
Functions
index
Of
Link copied to clipboard
fun
indexOf
(
entry
:
BibliographyEntry
)
:
Int