Any plan for leptos 0.7 support?
I might do it someday, but I'm not a big leptos user currently. And to be honest I'm not very happy with the current implementation.
If someone wants to create a PR I'll accept it.
Oh awesome! I want to work on it.
I'm trying to get this setup, any tip?
I might do it someday, but I'm not a big leptos user currently. And to be honest I'm not very happy with the current implementation. Do you want a rewrite? If someone wants to create a PR I'll accept it.
I think I made a mistake when I tried to create rust-web-markdown, the dependency of this project. a 100% leptos implementation will probably be easier to maintain.
If you have enough time to do it, I think a rewrite is the best thing to do. You can take inspiration from rust-web-markdown and also look at the git history: https://github.com/rambip/leptos-markdown/blob/96042d8e7fe843d32d9ece1c2af887daeb1aa8a2/src/render.rs
I might be wrong, maybe staying with the current implementation is the best.
Thank you so so much
I think the peer dependency would do
I need to achieve something identical to this interface
Also my project is already built in leptos 0.7x
The major thing here would be the markdown parser
![]()
I'm trying to get this setup, any tip?
I fixed it on the main branch