Versions in this module Expand all Collapse all v0 v0.7.0 Jun 15, 2021 Changes in this version + const Nil + type MD string + func Bold(in Markdowner) MD + func CodeBlock(in string) MD + func Indent(in Markdowner, prefix string) MD + func JSON(ref interface{}) MD + func JSONBlock(ref interface{}) MD + func Markdownf(format string, args ...interface{}) MD + func (md MD) Markdown() MD + func (md MD) String() string + type Markdowner interface + Markdown func() MD