refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

Parsing Error #153

Open koorukuroo opened 9 years ago

koorukuroo commented 9 years ago

When I input the below code using http://www.codingdrama.com/bootstrap-markdown/,

```
def asdf:
    sdfsdf
```

1. a
2. b
3. c

- a
- b 
- c

I got this result.

def asdf: sdfsdf

1. a
2. b
3. c

4. a

5. b
6. c

Is it 'bootstrap-markdown' problem? or other library problem?

Thank you for great editor!