bhargavnova / python-helper-modules

MIT License
7 stars 24 forks source link

Markdown to HTML Converter Script 📝➡️🌐 #9

Closed bhargavnova closed 9 months ago

bhargavnova commented 9 months ago

Objective: Create a Python script/module that converts Markdown files into HTML format.

Features:

  1. Conversion Functionality:

    • Develop a function that translates Markdown syntax to HTML.
  2. File Handling:

    • Allow the script to read Markdown files and generate corresponding HTML files.
  3. User-Friendly Output:

    • Provide clear feedback on the conversion process and resulting file location.

Example Usage:

# Example usage of the Markdown to HTML converter script
import md_to_html

md_to_html.convert("input.md", "output.html")

Difficulty: Beginner/Intermediate Tags: Python, Markdown, HTML, Conversion, File Handling

Additional Information:

bhargavnova commented 9 months ago

Hi @chankruze, Please make the changes I have mentioned as you get time, I have reopened this issue.

Thanks : )