This is a Rust-powered markdown server that converts .md files to HTML on the fly!
- Real-time markdown to HTML conversion
- Syntax highlighting for code blocks
- Beautiful CSS styling
- Multi-threaded request handling
Here's some Rust code:
fn main() {
println!("Hello, Markdown Server!");
}- Bold text support
- Italic text support
Inline codesupport- Link support
- Headers (H1, H2, H3)
- Lists (bullet points)
- Code blocks with syntax highlighting
- Create
.mdfiles in the server directory - Access them via
http://localhost:7878/filename.md - Enjoy the rendered HTML!
Powered by Rust and custom markdown parser