mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
Fixed some bibtex comments in tests (closing }).
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
```
|
||||
% pandoc -f biblatex -t markdown -s
|
||||
@comment{
|
||||
adapted from http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/examples/biblatex-examples.bib
|
||||
adapted from
|
||||
http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/examples/biblatex-examples.bib}
|
||||
|
||||
@book{averroes/bland,
|
||||
Annotation = {A book entry with a series and a number. Note the concatenation of the editor and translator fields as well as the indextitle field},
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
```
|
||||
% pandoc -f biblatex -t markdown -s
|
||||
@comment{excerpt from http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/examples/biblatex-examples.bib
|
||||
@comment{excerpt from
|
||||
http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/examples/biblatex-examples.bib}
|
||||
|
||||
@periodical{jcg,
|
||||
Annotation = {This is a periodical entry with an issn field.},
|
||||
|
||||
Reference in New Issue
Block a user