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.
You need the following dependencies to run this script:
BeautifulSoup - pip install beautifulsoup4