Skip to content

Instantly share code, notes, and snippets.

@jamescasbon
Created June 24, 2012 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamescasbon/2983144 to your computer and use it in GitHub Desktop.
Save jamescasbon/2983144 to your computer and use it in GitHub Desktop.
Test edit
<html>
<body>
<h1>hi</h1>
</body>
</html>
.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&amp;byline=0&amp;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