This is a Rust CLI tool to convet markdown files .md
into an a static website.
This is a test Markdown file to check if your generator works.
inline code
.Link Here's a code block:
fn main() {
println!("Hello, world!");
}
This is an inline math expression: \(E = mc^2\).
This is a display math expression:
$$ \int_a^b f(x)dx $$
Name | Age | City |
---|---|---|
Juan | 27 | Córdoba |
Alice | 25 | New York |
Bob | 28 | London |
Save a styles.css
file into your markdown website, like this.