MdXaml icon indicating copy to clipboard operation
MdXaml copied to clipboard

Is there a way to highlight the text?

Open LevYas opened this issue 8 months ago • 0 comments

I tried to use general methods like these:

<mark>yellow</mark>
<mark style="background-color: lightblue">Marked text</mark>
==marked==
<span style="background-color: #FFFF00">Marked text</span>

yellow Marked text ==marked== Marked text

But none of it worked. Yellow highlighting by default is fine, but I also want to change colors. Is it difficult to add such functionality? I can make a PR, but gonna need pointers on how to implement that.

LevYas avatar Jun 18 '24 16:06 LevYas