I'm doing a simple conversion of a csljson-formatted bibliography into a webpage using:

```
pandoc -f csljson "bib.json" --citeproc -s -o  "bib.html" --metadata title="Bibliography"
```

What I get out is a little different from before when I was using the old filter citeproc method in that it has paragraphs inside the divs:
```
<div id="ref-Agostini1989" class="csl-entry" role="doc-biblioentry">
<p>Agostini, Silvano, and Ezio Mattiocco. 1989. <em>Dalla villa di Ovidio al santuario di Ercole</em>. Sulmona (AQ): editore non identificato.</p>
</div>
```
Since div is already a block, I'm getting extra space with the addition of the p and I don't quite understand why the p are needed.

It's not a big deal to have the extra space, but I'm wondering why the addition.

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/96e02919-4377-4e93-91e5-259c6ac041b5n%40googlegroups.com.