Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created May 11, 2012 18:07
Show Gist options
  • Save tsabat/2661401 to your computer and use it in GitHub Desktop.
Save tsabat/2661401 to your computer and use it in GitHub Desktop.
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by tsabat</title>
</head>
<body>
<p>Markdown Rules!</p>
<h3>This is a h1</h3>
<h2>This is an h2</h2>
<h1>This is an h3</h1>
<p><em>italic</em></p>
<p><strong>Bold!</strong></p>
<p>I wrote some code here!</p>
<blockquote>
<p>This is offset</p>
</blockquote>
</body>
</html>

Markdown Rules!

###This is a h1

##This is an h2

#This is an h3

italic

Bold!

I wrote some code here!

This is offset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment