Example:
- aaaaaaaa
bbbbbbb
ccccccc - <--- paste text here
- dddddddd
eeeeeee
fffffffffff
Text to paste:
Line 1
Line 2
Line 3
Each line is separated by CR + LF.
After pasting i want my text like this:
- aaaaaaaa
bbbbbbb
ccccccc - Line 1
Line 2
Line 3 - dddddddd
eeeeeee
fffffffffff
But what i get is this:
- aaaaaaaa
bbbbbbb
ccccccc - Line 1
- Line 2
- Line 3
- dddddddd
eeeeeee
fffffffffff
Please be aware this is reproducible only, when inserting text that has been copied by a different editor. When you copy the text from inside CN it will paste the text without bullets at all.
Does anyone have an idea how to achieve this easily?
Does it actually require a new feature, such as converting text to paragraph?
Thanks.
Thomas