|
|
@@ -1,6 +1,20 @@
|
|
|
<div id="editor">
|
|
|
<p>
|
|
|
- fo<strong>ob</strong>ar
|
|
|
+ Paragraph with
|
|
|
+ <strong>bold</strong>
|
|
|
+ ,
|
|
|
+ <em>emphasize</em>
|
|
|
+ and some
|
|
|
+ <mark class="pen-red">text marked red</mark>
|
|
|
+ .
|
|
|
</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>
|