diff --git a/author/book/book.go b/author/book/book.go index 48e01541..28931b0c 100644 --- a/author/book/book.go +++ b/author/book/book.go @@ -222,7 +222,7 @@ func (bk *BookData) Markdown() string { shell.Run("cat", "glossary.md", ">>", fn) shell.Run("echo", "\n", ">>", fn) } - shell.Run("echo", "# References", ">>", fn) + shell.Run("echo", "# References {-}", ">>", fn) shell.Run("echo", "\n::: {#refs}", ">>", fn) shell.Run("echo", ":::", ">>", fn) return fn