4d80d36f00
This also introduces a simple program, md2gmn, that is meant for testing the renderer on Markdown files. Nonetheless, it can be used as a standalone tool as well.
8 lines
148 B
Go
8 lines
148 B
Go
// gmnhg converts Hugo posts to gemini content.
|
|
//
|
|
// TODO: it is yet to actually do that.
|
|
package main
|
|
|
|
func main() {
|
|
println("in development")
|
|
}
|