Versions in this module Expand all Collapse all v1 v1.0.1 Jun 27, 2026 v1.0.0 Jun 24, 2026 Changes in this version + func BuildTree(result *ast.TokensResult, opts *ast.CodeToHTMLOptions) *ast.Element + func FontStyleCSS(fs theme.FontStyle) map[string]string + func RenderANSI(w io.Writer, result *ast.TokensResult, opts *ast.CodeToANSIOptions) error + func RenderPlainText(w io.Writer, result *ast.TokensResult) error + func RenderSVG(w io.Writer, result *ast.TokensResult, opts *ast.CodeToSVGOptions) error + func TokenStyles(tok ast.ThemedToken) map[string]string + func TokenStylesMulti(tok ast.ThemedToken, defaultColor bool) map[string]string