bootstrap-markdown
bootstrap-markdown copied to clipboard
unexpected behaviour: list/quote items not carried to next line
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
@robpearlman Could you upload some code you're using, or using jsfiddle so i can investigate further?
I am facing similar issues.
- List items(bullets and number) are not getting carried to next line in the editor.
- If I select some text and apply numbering it appears only number 1 for all lines in the editor.(it works normal in preview)
- Also once a list type is applied its not possible to turn it off. If I select the text and click on bullets or numbers again it adds another bullet.
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?
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