Convert HTML files to Markdown files and vice versa.
Save your .htm or .html file in the current directory. Then run tools.py and input <filename>.htm or <filename>.html. You will get a freshly generated <filename>.md in your directory.
Save your .md file in the current directory. Then run tools.py and input <filename>.md. You will get a freshly generated <filename>.html in your directory.
Note: When converting Markdown to HTML, be sure to have a CSS_Standart.html in your directory.