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