Imports of package extension

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/yuin/goldmarkPackage goldmark implements functions to convert markdown text to a desired format.
github.com/yuin/goldmark/astPackage ast defines AST nodes that represent markdown elements.
github.com/yuin/goldmark/extension/astPackage ast defines AST nodes that represents extension's elements
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.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.