This project can convert markdown to HTML. Given a markdown file, it generates a HTML file. This does not fully implement the grammar of markdown rather only a subset and cannot be used for production. Error handling is minimal.
The project is a playground for me to play around with scanners, parsers, etc. More features will be added slowly. If you have any recommendation, please raise an issue.
Requires Go.
make build
This generates a binary for your system.
To run the binary
./md-to-html [FILE]