/

Editor

Highlight

#

Use this extension to render highlighted text with <mark>. You can use only default <mark> HTML tag, which has a yellow background color by default, or apply different colors.

This isn’t highlighted.

Grammar can be tricky, especially for the uninitiated

HTML:

This isn’t highlighted.

Grammar can be tricky, especially for the uninitiated

Text:

<p>This isn’t highlighted.</p> <p> <mark data-color="#e1d0fb">Grammar</mark> <mark data-color="#c8eefc">can</mark> be tricky, <mark style="background-color: #fae498">especially</mark> for the <mark>uninitiated</mark> </p>