Ticket #14313: copy_paste_lists.html
File copy_paste_lists.html, 366 bytes (added by , 9 years ago) |
---|
Line | |
---|---|
1 | <!DOCTYPE html> |
2 | <html> |
3 | <head> |
4 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
5 | <title>Replace Textarea by Code — CKEditor Sample</title> |
6 | <meta charset="utf-8"> |
7 | </head> |
8 | <body contenteditable="true"> |
9 | |
10 | <ol> |
11 | <li>one |
12 | <ol> |
13 | <li>two</li> |
14 | <li>three</li> |
15 | </ol> |
16 | </li> |
17 | <li>four</li> |
18 | </ol> |
19 | <div> </div> |
20 | |
21 | </body> |
22 | </html> |