Static Site Generator
A command line tool that transforms Markdown files into fully rendered HTML pages. Parses headings, paragraphs, inline formatting, and links, producing clean, deployable static sites from plain text source files. A practical demonstration of text parsing, file I/O, and templating logic.