Imports of package highlighting

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
github.com/alecthomas/chromaPackage chroma takes source code and other structured text and converts it into syntax highlighted HTML, ANSI- coloured text, etc.
github.com/alecthomas/chroma/formatters/html
github.com/alecthomas/chroma/lexersPackage lexers contains the registry of all lexers.
github.com/alecthomas/chroma/styles
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/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.
ioPackage io provides basic interfaces to I/O primitives.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.