removeformat.html 359 B

1234567891011121314151617181920
  1. <div id="editor">
  2. <p>
  3. Paragraph with
  4. <strong>bold</strong>
  5. ,
  6. <em>emphasize</em>
  7. and some
  8. <u>underline</u>
  9. .
  10. </p>
  11. <figure class="image">
  12. <img src="assets/sample.png" alt="Autumn fields">
  13. <figcaption>Autumn <em>fields</em> by Aleksander Nowodzi&#x144;ski</figcaption>
  14. </figure>
  15. <p>
  16. <a href="#">Links</a> are not removed.
  17. </p>
  18. </div>