Imports of package attributes

PathSynopsis
github.com/gohugoio/hugo/markup/goldmark/goldmark_config
github.com/gohugoio/hugo/markup/goldmark/internal/render
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/textPackage text provides functionalities to manipulate texts.
github.com/yuin/goldmark/utilCode generated by _tools; DO NOT EDIT.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.