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
There are some breaking changes to the exported functions and their signatures. Typescript should make it clear to consumers what needs to be adjusted - it should be a small lift since I intentionally left some questionable old bits in to reduce amount of outward change (Builder, Reader, etc). I have a branch in elements already with the updates - it was easy at least in that case.
To end users, style code block annotations are deprecated (but still supported for now). Prefer putting previous annotations directly on the code block meta string
Locations of our ecosystem that are relying on the resolve plugin need to update to use the parseAsync method rather than parse. Also, they are expected to provide resolver setting when calling parse.
feat: upgrade to latest unified/remark ecosystem (micromark)