Skip to content

Instantly share code, notes, and snippets.

View gobengo's full-sized avatar

Benjamin Goering gobengo

View GitHub Profile
@gobengo
gobengo / gist:2731289
Created May 19, 2012 15:48 — forked from clintel/gist:1155906
Fenced code in bullet lists with GitHub-flavoured MarkDown??

Fenced code blocks inside ordered and unordered lists

  1. This is a numbered list.

  2. I'm going to include a fenced code block as part of this bullet:

    Code
    More Code
    
@gobengo
gobengo / index.html
Created December 12, 2011 19:03 — forked from ninowalker/server.py
A simple web server in two (three) steps
<html>
<head></head>
<body>
<p>Hello, world!</p>
</body>
</html>