Skip to content

Instantly share code, notes, and snippets.

@inlinestyle
Last active August 17, 2017 01:56
Show Gist options
  • Save inlinestyle/f72628405e55bea43267ed91f0bb92dc to your computer and use it in GitHub Desktop.
Save inlinestyle/f72628405e55bea43267ed91f0bb92dc to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: http://localhost:3000/?gist=f72628405e55bea43267ed91f0bb92dc

An h1 header

(Short markdown sample)

2nd paragraph. Italic, bold, and monospace. Itemized lists look like:

  • this one
  • that one
  • the other one
<!DOCTYPE html>
<html>
<head>
<title>Great Page</title>
</head>
<body>
<p>foo bar!</p>
</body>
</html>
body {
background-color: pink;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment