| 12345678910111213141516171819202122232425262728 |
- <div id="word-count-wrapper" style="display:none">
- Words: <span id="word-count"></span> Characters: <span id="character-count"></span>
- </div>
- <div id="editor">
- <h1>Rich editor</h1>
- <p>
- This editor features exceptionally high number of plugins.
- </p>
- <p>
- It
- <strong>features</strong>
- <em>some basic</em>
- <s>font</s>
- <sub>styling —</sub>
- <sup>nothing</sup>
- <u>too crazy</u>.
- <a href="https://ckeditor.com">Links</a> are also here.
- </p>
- <p>
- Font can have customized
- <span style="background-color:#e6e64c">background</span>,
- <span style="color:#ff0000">foreground</span>,
- <span style="font-family:'Trebuchet MS', Helvetica, sans-serif">font face</span>,
- <span class="text-big">height</span>.
- You can also <mark class="marker-yellow">mark</mark> it if you want to.
- </p>
- </div>
|