This script is used to convert your html document(without css) to markdown format.
-
Install an additional module using command-line by following command:
pip install html2markdown
-
Run the script using following command:
python html_to_markdown.py input_file.html output_file.md