Releases

Exploring Rust 1.95 and Beyond

Welcome to this test post. We are verifying the refined design system and custom shortcodes to ensure everything works seamlessly across our markdown content!

Exploring New Shortcodes🔗

Let’s test our new custom shortcodes. Here is an info callout:

Rust 1.95 Highlight

Rust 1.95 continues to stabilize key async traits and performance improvements!

Here is some code that should have a Copy button automatically appended, styled nicely, and syntax highlighted using Zola’s native syntax highlighter:

fn main() {
    let msg = "Hello from Rust 1.95!";
    println!("{}", msg);
}

Let’s check out a quick statistics row:

1.77
Latest Version
100%
Memory Safe

We’ve just implemented a CSS-only lightbox for the gallery. This same logic can be integrated within standard content. You can see it in action on the Gallery page.

If we want to embed a video:

Learning Progress🔗

Check out the Getting Started Path to see the new local-storage based progress tracking.

Mathematics🔗

Finally, let’s verify KaTeX rendering:

Equation: $$ E = mc^2 $$

Everything looks great!