Skip to content

Instantly share code, notes, and snippets.

@suhlig
Last active November 1, 2017 19:34
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 suhlig/89e1cbb183eacb33af6070669cc0eb3e to your computer and use it in GitHub Desktop.
Save suhlig/89e1cbb183eacb33af6070669cc0eb3e to your computer and use it in GitHub Desktop.
Multi-line fenced code blocks fail in numbered lists
1. This does not work:
```
$ some command
$ some other command
```
1. This, however, does work fine (note the alignment of 'This' with the block using an extra space):
```
$ some command
$ some other command
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment