Hande 'annote' field in bibtex/biblatex writer.

Closes #7266.
This commit is contained in:
John MacFarlane
2021-05-12 11:05:55 -07:00
parent 46309319ef
commit 0217ae2a4f
2 changed files with 12 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
```
% pandoc -f biblatex -t biblatex -s
@article{id,
annote = "annotation"
}
^D
@article{id,
annote = {annotation}
}
```