Simple converter that reads markdown from input.txt and writes HTML fragments to output.txt (no // wrappers).
Usage:
python3 markdown_to_html.py input.txt output.txtFiles:
markdown_to_html.py- converter scriptinput.txt- sample inputoutput.txt- generated output (created when you run the script)
Tests:
pip install pytest pytest -q