pablo-abc / svelte-markdown

Markdown parser to svelte components
MIT License
358 stars 50 forks source link

Not actively maintained? #72

Open aryzing opened 1 year ago

aryzing commented 1 year ago

@pablo-abc, is this project still actively maintained?

Niek commented 1 year ago

It would be great if Svelte 4 could be added.

khromov commented 1 year ago

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"
    }
},
nwaughachukwuma commented 1 year ago

Just opened a new pr #73 to upgrade to svelte 4

nwaughachukwuma commented 1 year ago

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.

Greenheart commented 1 year ago

Thanks @nwaughachukwuma! The latest version (0.4.0 which was released last week) resolves this issue.