8
0

remove-format.html 725 B

1234567891011121314151617181920212223
  1. <div id="editor">
  2. <p>
  3. You can use <strong>remove format feature</strong> to easily remove unnecessary content formatting.
  4. </p>
  5. <p>
  6. Formatting that will be removed by this feature include:
  7. <strong>bold</strong>,
  8. <i>italics</i>,
  9. <u>underline</u>,
  10. <s>strikethrough</s>,
  11. <code>code</code>,
  12. <sub>subscript</sub>,
  13. <sup>superscript</sup>,
  14. <span class="text-tiny">font size</span> as well as
  15. <span style="font-family: 'Courier New', Courier, monospace;">font family</span>.
  16. </p>
  17. <p style="text-align: center">
  18. Remove format will also strip alignment.
  19. </p>
  20. <p>
  21. At the same time the feature will not erase non-formatting content, so <a href="https://ckeditor.com">your links</a> are safe!
  22. </p>
  23. </div>