The bibliography function also accepts raw bytes as the source.
For example:
Cite them as usual: @key
#let bib = ```bib
@misc{key,
title = {Title},
}
```.text
#bibliography(bytes(bib), style: "…")
The bibliography function also accepts raw bytes as the source.
For example:
Cite them as usual: @key
#let bib = ```bib
@misc{key,
title = {Title},
}
```.text
#bibliography(bytes(bib), style: "…")