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.
- Host: GitHub
- URL: https://github.com/jobegaming/html-markdown-tools
- Owner: JoBeGaming
- License: mit
- Created: 2025-03-16T21:00:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T21:16:27.000Z (over 1 year ago)
- Last Synced: 2025-03-16T22:24:34.156Z (over 1 year ago)
- Topics: helper, helpers, python, python3, tool, tools
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.*