package markdown // Render creates HTML from the supplied markdown text. func Render(markdown string) string { return "" }