Imports of package goldmark

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/gohugoio/hugo/hugofsPackage hugofs provides the file systems used by Hugo.
github.com/gohugoio/hugo/identityPackage provides ways to identify values in Hugo.
github.com/gohugoio/hugo/markup/converter
github.com/gohugoio/hugo/markup/converter/hooks
github.com/gohugoio/hugo/markup/highlightPackage highlight provides code highlighting.
github.com/gohugoio/hugo/markup/tableofcontents
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/spf13/afero
github.com/yuin/goldmarkPackage goldmark implements functions to convert markdown text to a desired format.
github.com/yuin/goldmark-highlightingpackage highlighting is a extension for the goldmark(http://github.com/yuin/goldmark).
github.com/yuin/goldmark/astPackage ast defines AST nodes that represent markdown elements.
github.com/yuin/goldmark/extensionPackage extension is a collection of builtin extensions.
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/utilCode generated by _tools; DO NOT EDIT.
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.