Hi there, and thanks for a useful plugin. I came across a small issue today and wonder if you’d like to fix it.
Currently, the plugin extracts highlights fine for
- double-equals highlights (
==highlight==)
- text marked with
<mark>something</mark>
but it will not extract highlights if the <mark> element has attributes, like <mark class="green"> or <mark style="background-color: pink;">.
Since I showed how to use "compatible" different-colour highlights in the forums today, I’d be grateful if Extract highlights could also handle these.