Markdown to HTML Converter
This Python script converts Markdown files into HTML files. It’s a simple and efficient way to convert Markdown content into a web-friendly format.
- Clone the repository:
git clone https://github.com/CodewithDili/markdown-to-html-converter.git
Navigate to the project directory:
cd markdown-to-html-converter Install the required dependencies:
pip install markdown Place your Markdown file (e.g., sample.md) in the directory.
Run the script: python converter.py Check the output.html file in the project directory for the converted HTML.
Requirements Python 3.x Markdown library (pip install markdown) Features Converts Markdown to HTML with ease. Supports standard Markdown syntax.