Versions in this module Expand all Collapse all v0 v0.1.1 Sep 26, 2017 v0.1.0 Sep 25, 2017 Changes in this version + func StyleEntryToCSS(e chroma.StyleEntry) string + type Formatter struct + func New(options ...Option) *Formatter + func (f *Formatter) Format(w io.Writer, style *chroma.Style, iterator chroma.Iterator) (err error) + func (f *Formatter) WriteCSS(w io.Writer, style *chroma.Style) error + type Option func(f *Formatter) + func BaseLineNumber(n int) Option + func ClassPrefix(prefix string) Option + func HighlightLines(ranges [][2]int) Option + func Standalone() Option + func TabWidth(width int) Option + func WithClasses() Option + func WithLineNumbers() Option