// Render converts a markdown document into a roff formatted document. func Render(doc []byte) []byte { … }