Skip to content

irminakacz/html_md_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTML to MARKDOWN converting script

Requirements

Converting

From file

python3 html_to_md.py -f path/to/file

Returns markdown file with the same name as original file into the folder of original file.

From url

python3 html_to_md.py -u my_url

Returns markdown file with name containing given url into the folder containing html_to_md.py.

About

HTML to Markdown converter in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages