You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: