Skip to content

Instantly share code, notes, and snippets.

@crmackay
Created August 17, 2015 18:59
Show Gist options
  • Save crmackay/056dfc4db87b099388ea to your computer and use it in GitHub Desktop.
Save crmackay/056dfc4db87b099388ea to your computer and use it in GitHub Desktop.
test of htmlbook for an article
[section: small, fun, #1]
# this is a section
<section class="small fun" id="1">
<h1>this is a seciont</h1>
<head>
<meta name="">
</head>
<body data-type="article">
<article>
<header>
<h1>This is the article title</h1>
<p data-type="subtitle">
This is a subtitle
</p>
<p data-type="author">
John Smith, Ph.D.
</p>
</header>
<section data-type="abstract">
<h1>Abstract</h1>
</article>
</body>
http://oreillymedia.github.io/HTMLBook/#_sidebar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment