Is there a way to automatically format a list of academic papers for an updated page using CSS rules? I want to style published articles similar to the following example:
https://i.stack.imgur.com/jO56V.png
I don't want to manually enter
for each article as it would be inefficient. Can CSS identify line breaks without the need for </p>
tags? Has anyone successfully formatted content like this before?