Skip to content

NikoBK/html-to-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

HTML to Markdown Parser

About

This a simple application with a graphical interface containing a textfield and a button allowing the user to simply copy and paste HTML code into the application's textfield, press the button and save the HTML code as markdown in a file to respect indents and spaces.

This program is specifically made with Python 3 to parse HTML tables into Markdown tables that can be pasted directly into ObsidianMD. It is written in Python so that it can be run across all platforms.

Dependencies

You need the following dependencies to run this script:
BeautifulSoup - pip install beautifulsoup4