Created
September 6, 2013 11:42
-
-
Save robmccormack/6462701 to your computer and use it in GitHub Desktop.
Test of strapdown.js for mm 525
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
<!DOCTYPE html> | |
<html> | |
<title>Hello World</title> | |
<xmp theme="united" style="display:none;"> | |
# Chapter 1 | |
- this is imporant to know | |
- so is this | |
- goodbye world | |
--- | |
# Chapter 2 | |
![computer](https://cdn1.iconfinder.com/data/icons/MacBook_Pro/512/tiger.png) | |
</xmp> | |
<h1> Hello World</h1> | |
<p> | |
this is a test | |
</p> | |
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment