Skip to content

Instantly share code, notes, and snippets.

@cronin101
Forked from tef/lesson.md
Last active December 22, 2015 03:38
Show Gist options
  • Save cronin101/6411427 to your computer and use it in GitHub Desktop.
Save cronin101/6411427 to your computer and use it in GitHub Desktop.

I hate markdown

  1. Here is a list. I can do numbered lists.

  2. I can do a list entry followed by two spaces.
    This means this is in the same paragraph

  3. If I want a code block (with syntax highlighting, inside a list, something breaks:

        print("This needs a blank line before the code block")
  4. And we're back to square one.

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