| 1234567891011121314151617181920 |
- <div id="editor">
- <p>
- Paragraph with
- <strong>bold</strong>
- ,
- <em>emphasize</em>
- and some
- <u>underline</u>
- .
- </p>
- <figure class="image">
- <img src="assets/sample.png" alt="Autumn fields">
- <figcaption>Autumn <em>fields</em> by Aleksander Nowodziński</figcaption>
- </figure>
- <p>
- <a href="#">Links</a> are not removed.
- </p>
- </div>
|