This program converts Markdown files to valid HTML and serves them using the built-in Python server.
- Place your Markdown files (with .md file extension) inside the content folder
- Run main.sh with
./main.shfrom the root directory. - Navigate to
localhost:8888while the program is running to see content.
Example content has been provided with the project files.