github syntax bug when code blocks are nested inside ordered lists
Source:
# Testing
1. Item one
``` ruby
x = 1
y = 2
```
1. Item two
Output:
Note the lack of line breaks inside the code block.
Fenced code blocks are enabled.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 14 Feb, 2013 07:17 PM
Thanks for the report. This is a known issue in 1.4, already fixed for the
upcoming release.
-Brett