Categorygithub.com/tj/go-termd
modulepackage
0.0.1
Repository: https://github.com/tj/go-termd.git
Documentation: pkg.go.dev

# README

Termd

Package termd provides terminal markdown rendering, with code block syntax highlighting support.


GoDoc

Sponsors

This project is sponsored by CTO.ai, making it easy for development teams to create and share workflow automations without leaving the command line.

# Structs

Compiler is the markdown to text compiler.
Style is the configuration used to style a particular token.

# Interfaces

SyntaxHighlighter is the interface used to highlight blocks of code.

# Type aliases

SyntaxTheme is a map of token names to style configurations.