quick little markdown cli thing that solves a couple problems i was having
Run gack whatever.md to just spit straight HTML into stdout.
For a full single webpage you can do gack -p whatever.md
To write to an HTML file of the same name as your markdown file, use gack -f whatever.md
You can stick these flags together like gack -fp
install by cding into the directory and typing go install
useful to me and only me