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
Currently, annotation.markup is pulled from the source text, but annotation.text is taken as whatever the parser says it is. In some cases, the parser may be unreliable, so annotation.text should come from the original text as well.
Ref: remarkjs/remark#306 - causes remark-parse to be an unreliable source for text node values where backslashes are involved..
The text was updated successfully, but these errors were encountered:
Currently,
annotation.markup
is pulled from the source text, butannotation.text
is taken as whatever the parser says it is. In some cases, the parser may be unreliable, soannotation.text
should come from the original text as well.Ref: remarkjs/remark#306 - causes remark-parse to be an unreliable source for text node values where backslashes are involved..
The text was updated successfully, but these errors were encountered: