An open API service indexing awesome lists of open source software.

https://github.com/jobegaming/html-markdown-tools

Convert HTML files to Markdown files and vice versa.
https://github.com/jobegaming/html-markdown-tools

helper helpers python python3 tool tools

Last synced: about 1 year ago
JSON representation

Convert HTML files to Markdown files and vice versa.

Awesome Lists containing this project

README

          

# Html-Markdown-Tools

Convert HTML files to Markdown files and vice versa.

## How to use it

### HTML to Markdown

Save your `.htm` or `.html` file in the current directory. Then run `tools.py` and input `.htm` or `.html.` You will get a freshly generated `.md` in your directory.

### Markdown to HTML

Save your `.md` file in the current directory. Then run `tools.py` and input `.md`. You will get a freshly generated `.html` in your directory.

*Note: When converting Markdown to HTML, be sure to have a* `CSS_Standart.html` *in your directory.*