Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created September 15, 2012 07:17
Show Gist options
  • Save whyisjake/3726739 to your computer and use it in GitHub Desktop.
Save whyisjake/3726739 to your computer and use it in GitHub Desktop.
Good example of a semantic version of an aside...
<slide>
<aside class="note">
<section>
<ul>
<li>Point I wanted to make #1</li>
<li>Point I wanted to make #2</li>
<li>Point I wanted to make #3</li>
<li>Example <a href="#">link</a> in notes.</li>
</ul>
<p><b>Remember to say this tag line!</b></p>
</section>
</aside>
<hgroup>
<h2>Slide with Speaker Notes</h2>
</hgroup>
<article>
<p>Press 'p' to toggle speaker notes.</p>
</article>
</slide>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment