Versions in this module Expand all Collapse all v1 v1.0.0 Nov 26, 2024 Changes in this version + type Macro struct + Config string + Regexp *regexp.Regexp + Template *template.Template + func ExtractMacros(base string, includePath string, contents []byte, templates *template.Template) ([]Macro, []byte, error) + func (macro *Macro) Apply(content []byte) ([]byte, error)