Skip to content

Instantly share code, notes, and snippets.

@latentflip
Forked from tef/lesson.md
Created September 2, 2013 10:24
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 latentflip/6411428 to your computer and use it in GitHub Desktop.
Save latentflip/6411428 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