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
Breaking change: Drop support for Node.js v16 or earlier following the Node.js maintenance cycles. Now this package supports Node.js v18 or later.
Migrate from JavaScript to TypeScript. Now the type definitions are generated by TypeScript compiler automatically. This is just an internal change and the APIs are preserved the same as in v4.0.1.
Avoid using legacy packages in example codes in the readme document.
The demo with Codesandbox was rebuilt from scratch with the latest Remark ecosystem and TypeScript.