Skip to content

Instantly share code, notes, and snippets.

@darobin
Last active October 25, 2016 15:09
Show Gist options
  • Save darobin/6b1342e080925d5ed7ced89921a9f4de to your computer and use it in GitHub Desktop.
Save darobin/6b1342e080925d5ed7ced89921a9f4de to your computer and use it in GitHub Desktop.
Lists with headers
<!-- a JATS list -->
<list>
<label>A.6</label>
<title>A List of Stuff</title>
<list-item>Thing One</list-item>
<list-item>Thing Two</list-item>
<list-item>A Third Item For Good Measure</list-item>
</list>
<figure>
<figcaption><span class="label">A.6</span> A List of Stuff</figcaption>
<ul>
<li>Thing One</li>
<li>Thing Two</li>
<li>A Third Item For Good Measure</li>
</ul>
</figure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment