Skip to content

Instantly share code, notes, and snippets.

@fladd
Last active January 26, 2016 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fladd/46aa21263f5a68d80c01 to your computer and use it in GitHub Desktop.
Save fladd/46aa21263f5a68d80c01 to your computer and use it in GitHub Desktop.

Header 1

This is a paragraph.
A new line is forced by one or two spaces.

This is a new paragraph.

Header 2

You can write in italic or in bold. And both.

Links also work.

So do images: alt text

You can also use ids for a Link or Image

Header 3

Here comes a list:

  1. First item

  2. Second item

    Still the second item

    • Sublist item
    • Another one
    • Last one
  3. Third item

Header 4

A code block:

def test(a, b):
    return a + b

Inline code goes like this.

Header 5

Quoting is also possible:

This is a quote
-- Quoter

Header 6

Here is a horizontal rule:


Alternative Header 1

_ and * are interchangable for italic and bold.

Alternative Header 2

The closing hash symbols after a header title are always optional.

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