diff --git a/pkg/mark/includes/templates.go b/pkg/mark/includes/templates.go index 06aada8..287ab89 100644 --- a/pkg/mark/includes/templates.go +++ b/pkg/mark/includes/templates.go @@ -18,7 +18,7 @@ import ( // var reIncludeDirective = regexp.MustCompile( - `(?s)`) + `(?s)`) func LoadTemplate( base string, diff --git a/pkg/mark/macro/macro.go b/pkg/mark/macro/macro.go index a88fc47..48e37c3 100644 --- a/pkg/mark/macro/macro.go +++ b/pkg/mark/macro/macro.go @@ -21,7 +21,7 @@ var reMacroDirective = regexp.MustCompile( `(?s)` + // dot capture newlines /**/ ``, )