Skip to content

Instantly share code, notes, and snippets.

@woeldiche
Created December 12, 2013 12:23
Show Gist options
  • Save woeldiche/7927193 to your computer and use it in GitHub Desktop.
Save woeldiche/7927193 to your computer and use it in GitHub Desktop.
Factbox markup examples.
<h2>Heading</h2
<ul>
<li>
<h3>Key</h3>
<p>Value</p>
</li>
<li>
<h3>Key</h3>
<p>Value</p>
</li>
<li>
<h3>Key</h3>
<p>Value</p>
</li>
</ul>
<h2>Heading</h2
<ul>
<li>
<p>Value</p>
</li>
<li>
<p>Value</p>
</li>
<li>
<p>Value</p>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment