(no title)
billconan | 2 months ago
<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
afavour|2 months ago
But you could still use HTML. Elements with a dash in are reserved for custom elements (that is, a new standardised element will never take that name) so you could do:
And it would be valid HTML. Then you’d style it with CSS, with And so on.bawolff|2 months ago
xworld21|2 months ago
panzi|2 months ago
kevindamm|2 months ago