README ¶ moredown moredown is a Markdown processor for Go. moredown has an extended functionality of blackfriday v1.5 with syntax highlightning of code blocks for a lot of languages and sanitization of user's input. Installation go get -u github.com/bogem/moredown Reference https://godoc.org/github.com/bogem/moredown Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Markdown(b []byte) []byte func MarkdownString(s string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Markdown ¶ func Markdown(b []byte) []byte func MarkdownString ¶ func MarkdownString(s string) string Types ¶ This section is empty. Source Files ¶ View all Source files moredown.go Click to show internal directories. Click to hide internal directories.