Small Go tool to convert Github markdown (plus HTML and Hugo shortcodes) to Gemini text files.
Installing
From Source
Run go get git.neveris.one/gryffyn/md2gmi
The binary will be in $GOPATH/bin.
Usage
Run md2gmi -h to show the built in help.
md2gmi has two positional arguments, the input markdown (usually .md) and the output Gemtext file (usually .gmi).