bytes | Package bytes implements functions for the manipulation of byte slices. |
github.com/alecthomas/chroma | Package 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/lexers | Package lexers contains the registry of all lexers. |
github.com/alecthomas/chroma/styles | |
github.com/yuin/goldmark | Package goldmark implements functions to convert markdown text to a desired format. |
github.com/yuin/goldmark/ast | Package ast defines AST nodes that represent markdown elements. |
github.com/yuin/goldmark/parser | Package parser contains stuff that are related to parsing a Markdown text. |
github.com/yuin/goldmark/renderer | Package renderer renders the given AST to certain formats. |
github.com/yuin/goldmark/renderer/html | Package html implements renderer that outputs HTMLs. |
github.com/yuin/goldmark/text | Package text provides functionalities to manipulate texts. |
github.com/yuin/goldmark/util | Code generated by _tools; DO NOT EDIT. |
io | Package io provides basic interfaces to I/O primitives. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |