refactory-id / bootstrap-markdown

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

unexpected behaviour: list/quote items not carried to next line #171

Open robpearlman opened 9 years ago

robpearlman commented 9 years ago

Hi,

I am wondering about a behaviour I didn't expect:

When using lists or quotes the prefix is not carried to the next line on return (and left on two returns)

Is this expected behaviour? It appears contrary to other markdown editors around

toopay commented 9 years ago

@robpearlman Could you upload some code you're using, or using jsfiddle so i can investigate further?

dilnavaz commented 9 years ago

I am facing similar issues.

greenido commented 8 years ago

I see the same result :( - The 'preview' button is not working. Here is a demo: http://codepen.io/greenido/pen/BKomNv What am I missing?

bolducp commented 7 years ago

I've submitted a PR that adds functionality for carrying list items (bullets and numbers) to the next line in the editor on pressing 'Enter': #290