Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 796 Bytes

File metadata and controls

40 lines (28 loc) · 796 Bytes

Welcome to Markdown Server

This is a Rust-powered markdown server that converts .md files to HTML on the fly!

Features

  • Real-time markdown to HTML conversion
  • Syntax highlighting for code blocks
  • Beautiful CSS styling
  • Multi-threaded request handling

Code Example

Here's some Rust code:

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

List of Features

  • Bold text support
  • Italic text support
  • Inline code support
  • Link support
  • Headers (H1, H2, H3)
  • Lists (bullet points)
  • Code blocks with syntax highlighting

How to Use

  1. Create .md files in the server directory
  2. Access them via http://localhost:7878/filename.md
  3. Enjoy the rendered HTML!

Powered by Rust and custom markdown parser