This crate is a work in progress to create libraries to render markdown for the main rust web frameworks:
Framework | Package | Crate | Source |
---|---|---|---|
Dioxus | dioxus-markdown |
https://crates.io/crates/dioxus-markdown | here |
Leptos | leptos-markdown |
coming soon | here |
Yew | yew-markdown |
https://crates.io/crates/yew-markdown | here |
Take a look at the different examples !
The following examples are build using Yew, but they are implemented for all frameworks.
the example is included in ./examples/showcase
see here
Of course, an example of a basic markdown editor is implemented to show what is currently supported
see here
see here
see here
PRs are very much appreciated.