diff --git a/helpers/content.go b/helpers/content.go index a846d2fa1..86c3f8c5a 100644 --- a/helpers/content.go +++ b/helpers/content.go @@ -414,7 +414,7 @@ func GetAsciidocContent(content []byte) string { } jww.INFO.Println("Rendering with", path, "...") - cmd := exec.Command(path, "--safe", "-") + cmd := exec.Command(path, "--no-header-footer", "--safe", "-") cmd.Stdin = bytes.NewReader(cleanContent) var out bytes.Buffer cmd.Stdout = &out @@ -422,13 +422,7 @@ func GetAsciidocContent(content []byte) string { jww.ERROR.Println(err) } - asciidocLines := strings.Split(out.String(), "\n") - for i, line := range asciidocLines { - if strings.HasPrefix(line, "