Created
September 15, 2012 07:17
-
-
Save whyisjake/3726739 to your computer and use it in GitHub Desktop.
Good example of a semantic version of an aside...
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
<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