mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-23 07:55:45 +00:00
@@ -156,6 +156,7 @@ writeBibtexString opts variant mblang ref =
|
||||
, "langid"
|
||||
, "abstract"
|
||||
, "keywords"
|
||||
, "annote"
|
||||
]
|
||||
Bibtex ->
|
||||
[ "author"
|
||||
@@ -175,6 +176,7 @@ writeBibtexString opts variant mblang ref =
|
||||
, "address"
|
||||
, "type"
|
||||
, "note"
|
||||
, "annote"
|
||||
]
|
||||
|
||||
valToInlines (TextVal t) = B.text t
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
```
|
||||
% pandoc -f biblatex -t biblatex -s
|
||||
@article{id,
|
||||
annote = "annotation"
|
||||
}
|
||||
^D
|
||||
@article{id,
|
||||
annote = {annotation}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user