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
And it works pretty well and passed the remaining failing case about entity parsing.
I'm wondering whether the list length issue will some runtime error so that the larger list is commented out. (If it is, I will have a deeper look) Or, it is just that the list length issue is resolved now.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the Entity.elm, there is a comment that indicates the root of the failing case about entity parsing:
elm-markdown/src/Markdown/Entity.elm
Lines 163 to 167 in a72ce49
But I've just simply re-activated the code you commented out where a larger list is applied.
elm-markdown/src/Markdown/Entity.elm
Line 432 in a72ce49
And it works pretty well and passed the remaining failing case about entity parsing.
I'm wondering whether the list length issue will some runtime error so that the larger list is commented out. (If it is, I will have a deeper look) Or, it is just that the list length issue is resolved now.
Beta Was this translation helpful? Give feedback.
All reactions