Last active
October 25, 2016 15:09
-
-
Save darobin/6b1342e080925d5ed7ced89921a9f4de to your computer and use it in GitHub Desktop.
Lists with headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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