8
0

ckeditor.compat.html 1.3 KB

1234567891011121314151617181920212223
  1. <div id="editor">
  2. <h2>About CKEditor&nbsp;5</h2>
  3. <p>This is <a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a>.</p>
  4. <figure class="image">
  5. <img src="./sample.jpg" alt="Autumn fields" />
  6. </figure>
  7. <p>After more than 2 years of building the next generation editor from scratch and closing over 980 tickets, we created a highly <strong>extensible and flexible architecture</strong> which consists of an <strong>amazing editing framework</strong> and <strong>editing solutions</strong> that will be built on top of it.</p>
  8. <h3>Notes</h3>
  9. <p><a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a> is <em>under heavy development</em> and this demo is not production-ready software. For example:</p>
  10. <ul>
  11. <li><strong>Only Chrome, Opera and Safari are supported</strong>.</li>
  12. <li>Firefox requires enabling the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onselectionchange">&ldquo;dom.select_events.enabled&rdquo;</a> option.</li>
  13. <li><a href="https://github.com/ckeditor/ckeditor5/issues/342">Support for pasting</a> is under development (content filtering is unstable).</li>
  14. </ul>
  15. <p>It has <em>bugs</em> that we are aware of &mdash; and that we will be working on in the next few iterations of the project. Stay tuned for some updates soon!</p>
  16. </div>