MDWEB

This is a Rust CLI tool to convet markdown files .md into an a static website.

image

This is a test Markdown file to check if your generator works.

Link Here's a code block:

fn main() {
    println!("Hello, world!");
}

Latex support

This is an inline math expression: \(E = mc^2\).

This is a display math expression:

$$ \int_a^b f(x)dx $$

Table

NameAgeCity
Juan27Córdoba
Alice25New York
Bob28London

Embeddings

Styling

Save a styles.css file into your markdown website, like this.