An extendable Markdown parser written in Golang
Markdown parser for Go that satisfies the following requirements: Standards-compliant.Markdown has many dialects. GitHub-Flavored Markdown is widely used and is based upon CommonMark, effectively mooting the question of whether or not CommonMark is an ideal specification.CommonMark is complicated and hard to implement Easy to extend. Markdown is poor in document expressions compared to other light […]