Skip to content

Instantly share code, notes, and snippets.

@jblaine
Created January 25, 2013 22:07
Show Gist options
  • Save jblaine/4638352 to your computer and use it in GitHub Desktop.
Save jblaine/4638352 to your computer and use it in GitHub Desktop.
MD code GH render bug

According to http://daringfireball.net/projects/markdown/syntax, a code block ends when it encounters a line with no leading whitespace. As you can see below, github is clumping consecutive code blocks together when separated by a blank line with no leading space.

Some code. There should be a separation between this line and the other code block below.

Some code. The blank line above has no leading space in the editor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment