mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-31 14:16:44 -04:00
AutoStyleConfig points to either DarkStyleConfig or LightStyleConfig depending on the current terminal's background color.
13 lines
341 B
AMPL
13 lines
341 B
AMPL
module github.com/charmbracelet/glamour
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.7.0
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
|
github.com/muesli/reflow v0.0.0-20191216070243-e5efeac4e302
|
|
github.com/muesli/termenv v0.0.0-20200114005430-a7aeffd54956
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/yuin/goldmark v1.1.19
|
|
)
|