bootstrap-markdown icon indicating copy to clipboard operation
bootstrap-markdown copied to clipboard

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

Open robpearlman opened this issue 10 years ago • 4 comments

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 avatar Apr 17 '15 07:04 robpearlman

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

toopay avatar Apr 22 '15 10:04 toopay

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.

dilnavaz avatar Jun 15 '15 09:06 dilnavaz

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?

greenido avatar Mar 04 '16 19:03 greenido

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

bolducp avatar Jul 11 '17 22:07 bolducp