| 1234567891011121314151617181920212223 |
- <div id="editor">
- <p>
- You can use <strong>remove format feature</strong> to easily remove unnecessary content formatting.
- </p>
- <p>
- Formatting that will be removed by this feature include:
- <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 will also strip alignment.
- </p>
- <p>
- At the same time the feature will not erase non-formatting content, so <a href="https://ckeditor.com">your links</a> are safe!
- </p>
- </div>
|