Open aryzing opened 1 year ago
It would be great if Svelte 4 could be added.
This library works perfectly with Svelte 4. To work around the current peer dependency, add this in your package.json
:
"overrides": {
"svelte-markdown": {
"svelte": "^4.0.0"
}
},
Just opened a new pr #73 to upgrade to svelte 4
https://github.com/pablo-abc/svelte-markdown/pull/73 should reduce the size of the package. It also includes Vitest integration for a much faster testing experience.
Thanks @nwaughachukwuma! The latest version (0.4.0 which was released last week) resolves this issue.
@pablo-abc, is this project still actively maintained?