Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 748 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 748 Bytes

Markdown to HTML Converter

This project is a simple Python program that converts Markdown (.md) files into HTML (.html) files.

Output

images

Newly Generated HTML File

images

Features

  • Converts Markdown to HTML
  • Supports basic Markdown syntax: headings, lists, links, images, and code blocks
  • Easy to use and lightweight

Installation

  1. Clone the repository:
    git clone https://github.com/GET-UNKNOWN-ERR0R/md-to-html-converter.git
    cd md-to-html-converter
  2. Install Python Library:
    pip3 install markdown
    python3 md-to-html-converter.py

License

This project is licensed under the MIT License - see the LICENSE file for details.