leptos-markdown
leptos-markdown copied to clipboard
Update examples to leptos 0.6, and configure Cargo to use nightly by default
Currently the examples don't run because they point to leptos 0.5. This fixes that.
Additionally this PR also adds a rust-toolchain.toml file pointing to Rust nightly, because it looks like the examples need nightly or something. (this is used when not building through nix - otherwise, flake.nix is already setting up a nightly environment)
This project will move to https://github.com/rambip/rust-web-markdown, I never took the time to deprecate this repo.
The idea is to have a single repository for Leptos, Dioxus and Yew? That's cool
Anyway I made the PR just so that people would have an easier time experimenting with this code as is