Highlighting or annotating a math equation rendered using MathJax or KaTeX currently results in each glyph within the equation being highlighted separately. The result would look much nicer if the whole equation, or the span of the equation that was highlighted, was highlighted as a single block.
Activate Hypothesis and use it to highlight an equation
Current result:
Each element of the equation is highlighted individually, which looks pretty ugly. H currently wraps each element in its own <span class="annotator-hl"> tag.
Preferred result
Ideally the whole equation or selected region would be highlighted.
Highlighting or annotating a math equation rendered using MathJax or KaTeX currently results in each glyph within the equation being highlighted separately. The result would look much nicer if the whole equation, or the span of the equation that was highlighted, was highlighted as a single block.
Current result:
Each element of the equation is highlighted individually, which looks pretty ugly. H currently wraps each element in its own
<span class="annotator-hl">
tag.Preferred result
Ideally the whole equation or selected region would be highlighted.