Last active
November 1, 2017 19:34
-
-
Save suhlig/89e1cbb183eacb33af6070669cc0eb3e to your computer and use it in GitHub Desktop.
Multi-line fenced code blocks fail in numbered lists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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