remove-format.html 713 B

1234567891011121314151617181920212223
  1. <div id="editor">
  2. <p>
  3. You can use the <strong>remove format</strong> feature to easily clean up text formatting.
  4. </p>
  5. <p>
  6. Some examples of the formatting removed by this feature:
  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 resets text alignment, too.
  19. </p>
  20. <p>
  21. <b>Note</b>: The feature will not erase non-formatting content — <a href="https://ckeditor.com">your links</a> are safe!
  22. </p>
  23. </div>