Created
June 24, 2012 12:49
-
-
Save jamescasbon/2983144 to your computer and use it in GitHub Desktop.
Test edit
This file contains 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
<html> | |
<body> | |
<h1>hi</h1> | |
</body> | |
</html> |
This file contains 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 | |
h1 hello | |
.slide | |
h2 st | |
p This is some slide content hello, this is wysiwym | |
img.slide(src='http://media.tumblr.com/tumblr_ll8rse9qkA1qafrh6.gif') | |
.slide | |
h2 hi from fixedpoint | |
p You can do continued lines with tab then pipe, | |
| so this will be a continued line. Bullets are given by uls | |
ul | |
li This is the first bullet | |
li.slide this one will show | |
.slide | |
h2 Videos | |
iframe(src="http://player.vimeo.com/video/1063136?title=0&byline=0&portrait=0", | |
width="600", height="400", frameborder="0") | |
.slide | |
h2 Code | |
script(src="https://gist.github.com/2983144.js?file=index.jade") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment