Imports of package blockquotes

PathSynopsis
github.com/gohugoio/hugo/common/herrorsPackage herrors contains common Hugo errors and error related utilities.
github.com/gohugoio/hugo/common/types/hstring
github.com/gohugoio/hugo/markup/converter/hooks
github.com/gohugoio/hugo/markup/goldmark/internal/render
github.com/gohugoio/hugo/markup/internal/attributes
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/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/utilCode generated by _tools; DO NOT EDIT.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.