| 1234567891011121314151617181920212223 |
- <div id="editor">
- <p>
- You can use the <strong>remove format</strong> feature to easily clean up text formatting.
- </p>
- <p>
- Some examples of the formatting removed by this feature:
- <strong>bold</strong>,
- <i>italics</i>,
- <u>underline</u>,
- <s>strikethrough</s>,
- <code>code</code>,
- <sub>subscript</sub>,
- <sup>superscript</sup>,
- <span class="text-tiny">font size</span> as well as
- <span style="font-family: 'Courier New', Courier, monospace;">font family</span>.
- </p>
- <p style="text-align: center">
- Remove format resets text alignment, too.
- </p>
- <p>
- <b>Note</b>: The feature will not erase non-formatting content — <a href="https://ckeditor.com">your links</a> are safe!
- </p>
- </div>
|