logoalt Hacker News

afavouryesterday at 4:42 PM1 replyview on HN

Wouldn’t that be CSS?


Replies

billconanyesterday at 4:48 PM

no

<div class="abstract-container">

<div class="abstract">

<pre><code> abstract text ... </code></pre>

</div>

<div class="author-list">

<ol>

<li>author one</li>

<li>author two</li>

<ol>

</div>

should be just:

[abstract]

abstract text

[authors]

author one | email | affiliation

author two | email | affiliation

show 2 replies