# README
go-markdown-to-html
Markdown to HTML Converter.
It takes markdown and converts it to HTML. :)
How to Build
To build the main
binary, simply run go build cmd/main.go
.
Running Tests
To run the tests, you can run go test -v ./...
.
# Packages
No description provided by the author