| 1234567891011121314151617181920 |
- <div id="editor">
- <h2>Paste here:</h2>
- <p></p>
- <p>or <strong>here:</strong></p>
- <ul>
- <li>Maybe <a href="https://github.com/ckeditor/ckeditor5">somewhere <i>here</i>?</a></li>
- </ul>
- </div>
- Clipboard HTML
- <div id="html" contenteditable="true" style="width:100%;height:300px;background-color:#EEE;overflow:auto;"></div>
- Clipboard text
- <div id="text" contenteditable="true" style="width:100%;height:100px;background-color:#DDD;overflow:auto;"></div>
- Clipboard HTML after transformation
- <div id="data" contenteditable="true" style="width:100%;height:100px;background-color:#CCC;overflow:auto;"></div>
|