diff --git a/heffalump/heffalump.go b/heffalump/heffalump.go index b161e09..513aa44 100644 --- a/heffalump/heffalump.go +++ b/heffalump/heffalump.go @@ -65,6 +65,9 @@ func (h *Heffalump) WriteHell(bw *bufio.Writer, cType ContentType) (int64, error switch cType { case PlainText: + if _, err = bw.WriteString("# Chapter 1\n"); err != nil { + return n, err + } break case HTML: if _, err = bw.WriteString("\n\n"); err != nil {