highlight.html 654 B

1234567891011121314151617181920
  1. <div id="editor">
  2. <p>Highlight feature example.</p>
  3. <p>
  4. Here are some markers:
  5. </p>
  6. <ul>
  7. <li>the <mark class="marker-yellow">yellow</mark> one,</li>
  8. <li>the <mark class="marker-pink">pink</mark> one,</li>
  9. <li>the <mark class="marker-green">green</mark> one,</li>
  10. <li>the <mark class="marker-blue">blue</mark> one</li>
  11. </ul>
  12. <p>
  13. Here are some pens:
  14. <mark class="pen-red">red pen</mark> and <mark class="pen-green">green one</mark>.
  15. </p>
  16. <figure class="image">
  17. <img src="sample.jpg" alt="CKEditor logo" />
  18. <figcaption>Some image with caption and <mark class="marker-yellow">highlighted text</mark>.</figcaption>
  19. </figure>
  20. </div>