Skip to content

A Python script that converts Markdown files to HTML, making it easy to transform Markdown content into web-friendly HTML format.

Notifications You must be signed in to change notification settings

CodewithDili/markdown-to-html-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

How to Use

  1. 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.

About

A Python script that converts Markdown files to HTML, making it easy to transform Markdown content into web-friendly HTML format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published