Skip to content

MainakJSR/MarkDownToHTML

Repository files navigation

MarkdownToHTML

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.txt

Files:

  • markdown_to_html.py - converter script
  • input.txt - sample input
  • output.txt - generated output (created when you run the script)

Tests:

pip install pytest pytest -q

About

MarkDown text in input.txt To HTML in output.txt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published