cite
.cite key:{String} -> <Error class: unknown class>Content copied to clipboard
Creates a citation to a bibliography entry.
The result is a label that matches with that of the bibliography entry with the given key.
Example:
bibliography.bib
@article{einstein,
...
}
...Content copied to clipboard
Quarkdown:
Einstein's work .cite {einstein} is fundamental to modern physics.
.bibliography {bibliography.bib}Content copied to clipboard
Result:
Einstein's work [1] is fundamental to modern physics.Content copied to clipboard
Return
a wrapped BibliographyCitation node
Parameters
key
the key of the bibliography entry to cite