8
0

integration.html 609 B

1234567891011121314151617181920
  1. <div id="editor">
  2. <h2>Paste here:</h2>
  3. <p></p>
  4. <p>or <strong>here:</strong></p>
  5. <ul>
  6. <li>Maybe <a href="https://github.com/ckeditor/ckeditor5">somewhere <i>here</i>?</a></li>
  7. </ul>
  8. </div>
  9. Clipboard HTML
  10. <div id="html" contenteditable="true" style="width:100%;height:300px;background-color:#EEE;overflow:auto;"></div>
  11. Clipboard text
  12. <div id="text" contenteditable="true" style="width:100%;height:100px;background-color:#DDD;overflow:auto;"></div>
  13. Clipboard HTML after transformation
  14. <div id="data" contenteditable="true" style="width:100%;height:100px;background-color:#CCC;overflow:auto;"></div>