Versions in this module Expand all Collapse all v1 v1.3.2 Sep 5, 2023 Changes in this version + type Config struct + ExistOnErr bool + Preview bool + SkipPadCode bool + WorkingDir string + Write bool + func (config *Config) Commands(md []byte) []string + func (config *Config) Execute(md []byte) []byte + func (config *Config) ExecuteIn(md []byte, workingDir string) []byte + func (config *Config) ProcessFile(file string, wg *sync.WaitGroup)