This project is a simple Python program that converts Markdown (.md
) files into HTML (.html
) files.
- Converts Markdown to HTML
- Supports basic Markdown syntax: headings, lists, links, images, and code blocks
- Easy to use and lightweight
- Clone the repository:
git clone https://github.com/GET-UNKNOWN-ERR0R/md-to-html-converter.git cd md-to-html-converter
- Install Python Library:
pip3 install markdown python3 md-to-html-converter.py
This project is licensed under the MIT License - see the LICENSE file for details.