Skip to content

bluejelly69/Markdown-to-HTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Markdown to HTML Converter

This project is a simple Python script that converts Markdown text into HTML. It supports various Markdown features such as headers, bold and italic text, links, lists, code blocks, blockquotes, horizontal rules, and paragraphs.

Features

  • Convert Markdown headers (H1 to H6)
  • Bold text with **bold**
  • Italic text with *italic*
  • Hyperlinks with [link text](URL)
  • Unordered and ordered lists
  • Code blocks with triple backticks
  • Blockquotes
  • Horizontal rules
  • Automatically wraps paragraphs in <p> tags

Requirements

  • Python 3.x
  • argparse and logging modules (included in the standard library)

Usage

  1. Clone the repository:

    git clone https://github.com/yourusername/markdown-to-html-converter.git
    cd markdown-to-html-converter

or just download it and run a cmd terminal in its location

  1. python converter.py input.md output.html -v

About

a markdown to html converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages