Imports of package goldmark

PathSynopsis
github.com/yuin/goldmark/parserPackage parser contains stuff that are related to parsing a Markdown text.
github.com/yuin/goldmark/rendererPackage renderer renders the given AST to certain formats.
github.com/yuin/goldmark/renderer/htmlPackage html implements renderer that outputs HTMLs.
github.com/yuin/goldmark/textPackage text provides functionalities to manipulate texts.
github.com/yuin/goldmark/utilPackage util provides utility functions for the goldmark.
ioPackage io provides basic interfaces to I/O primitives.