Ticket #14313: copy_paste_lists.html

File copy_paste_lists.html, 366 bytes (added by Jakub Ś, 8 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>&nbsp;</div>
20
21</body>
22</html>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy