remove new paragraph from references list
The following attributes were added to the bibliography element:
<option name="entry-spacing" value="0"/>
<option name="line-spacing" value="0"/>
The reference list appears as:
author 1
author 2
How to remove the paragraph between the authors?
<option name="entry-spacing" value="0"/>
<option name="line-spacing" value="0"/>
The reference list appears as:
author 1
author 2
How to remove the paragraph between the authors?
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
But for what it's worth try line-spacing="1"
For entry spacing you can also use negative number, I think.