Skip to content

Instantly share code, notes, and snippets.

@idan
Last active December 21, 2015 01:09
Show Gist options
  • Save idan/6225505 to your computer and use it in GitHub Desktop.
Save idan/6225505 to your computer and use it in GitHub Desktop.
Multiple files!

This is markdown file the first

Oh I'm Henry the VIIIth I am.

Here are two--dashes. Also two -- dashes.

And this is an—em dash.

This is markdown file the second

Henry the VIIIth I am I am

Here's a fenced code block:

if __name__ == '__main__':
    if HEROKU:
        app.run(host='0.0.0.0', port=PORT)
    else:
        cache.flushall()
        app.run(host='0.0.0.0', debug=True, port=PORT)

And here's some SCSS:

@import "defaults";
@import "bourbon/bourbon";


* {
    @include box-sizing(border-box);
}


html {
    background-color: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment