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
as long as this AST syntax is consistent it's fine. I don't know how other parsers do it but my guess is they either emphasize speed, easy of quick lookup, ease of consumption or storage space requirements.
I think if we stick with what markdonw-it uses now, incremental changes in the token array is going to allow current plug-ins to work.
but you might not want current plug-ins to work to force plug-in upgrade, so that they are more consistent. This is a general trade-off that you might need to consider. A plug-in compatibility warning might be enough to push people to go do it right though.
Problem
How to store this info in AST?
indent
Checklist
The text was updated successfully, but these errors were encountered: