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
The highlight.annotation seems to be of the format {comment} - {quoted}. Is is this a limitation of the hypothesis API not splitting these two parts up in the returned annotation.text?
I was trying to regex around this in the templating, but it doesn't work when the quoted text includes a hyphen.
So I thought I had this same problem, and in my case, it was actually the previous loop not moving to a new line before the next. So it was essentially doing
- {comment 1}
- {annotation 1} - {comment 2}
I solved this by adding a line break right before the {%- endfor -%}.
The
highlight.annotation
seems to be of the format{comment} - {quoted}
. Is is this a limitation of the hypothesis API not splitting these two parts up in the returnedannotation.text
?I was trying to regex around this in the templating, but it doesn't work when the quoted text includes a hyphen.
The text was updated successfully, but these errors were encountered: