3 | | 1. I have noticed that list from word gets pasted as 3 lists but if in MS Word you remove paragraphs between list and sublists then CKEditor see one list. |
4 | | 2. About numbering - I'm not sure if this ticket is valid. The problem is html doesn't support such numbering by default. You have to use CSS for it e.g. [[BR]] http://stackoverflow.com/questions/4098195/can-ordered-list-produce-result-that-looks-like-1-1-1-2-1-3-instead-of-just-1 [[BR]] http://stackoverflow.com/questions/10405945/html-ordered-list-1-1-1-2-nested-counters-and-scope-not-working [[BR]] http://stackoverflow.com/questions/3635955/how-to-create-a-1-1-1-2-1-3-html-list [[BR]] https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Counters |
| 3 | 1. I have noticed that list from word gets pasted as 3 lists but if in MS Word you remove paragraphs between list and sublists then CKEditor sees one list. |
| 4 | 2. About numbering - the problem is that html doesn't support such numbering by default. You have to use CSS for it e.g. [[BR]] http://stackoverflow.com/questions/4098195/can-ordered-list-produce-result-that-looks-like-1-1-1-2-1-3-instead-of-just-1 [[BR]] http://stackoverflow.com/questions/10405945/html-ordered-list-1-1-1-2-nested-counters-and-scope-not-working [[BR]] http://stackoverflow.com/questions/3635955/how-to-create-a-1-1-1-2-1-3-html-list [[BR]] https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Counters |