This is an implementation of John Gruber's markdown in Go. It is a translation
of peg-markdown, written by John MacFarlane in C, into Go. It is using a
modified version of Andrew J Snodgrass' PEG parser peg -- now supporting LEG
grammars --, which itself is based on the parser used by peg-markdown.
Support for HTML and groff mm output is implemented, but LaTeX output has not
been ported. The output is identical to that of peg-markdown.