-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Characters disappear if url/label contains valid attributes. #46
Comments
Can see same thing with
|
When we match a destination, we (inlines.ts l. 440) // convert all matches inside destination to str The problem is that the attribute parser gives us events for key and value, but not for the
Probably the best fix is to use a different strategy for matching destinations. You might ask, why not just use the position after the |
One idea for fixing this would be to have the events parser create multiple |
Reopening; I had to revert the fix because it was buggy. |
I think the problem is with |
Similar issue: |
The function converts all matches to |
yields
instead of
The text was updated successfully, but these errors were encountered: