Show DEV: Render Markdown in Leptos 0.8 with zero configuration šŸ¦€

Published: (December 20, 2025 at 05:00 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Introduction

Excited to share my first open‑source project and Rust crate: leptos-md.
A super‑simple Markdown renderer for Leptos 0.8 with built‑in Tailwind styling and dark‑mode support.

Usage

use leptos_md::Markdown;

#[component]
pub fn App() -> impl IntoView {
    view! {
        // Your view content here
    }
}

Built it because the inspiration rambip/leptos-markdown only supported Leptos 0.6.
I’m still learning the ropes of OSS, so I’m open to feedback, PRs, or feature requests.
If you find it useful, a ā­ļø on GitHub would mean the world to me.

  • GitHub:
  • Crates.io:

Your Extraordinary dev,
Rick

Back to Blog

Related posts

Read more Ā»

Ruby 4.0.0

Article URL: https://www.ruby-lang.org/en/news/2025/12/25/ruby-4-0-0-released/ Comments URL: https://news.ycombinator.com/item?id=46382011 Points: 272 Comments:...