Automatically add citations to reference list by using YAML metadata blocks
Closed this issue · 0 comments
atusy commented
Currently, users have to manually add the YAML metadata blocks in order to add citations to reference list if they are not cited in the body text.
---
nocite: @foo
---
Note that keys is not restricted to nocite
, but can be any.
However, they must be identical in the document.
related to: #40