From 2d5e52ac1ff23e3971f8ecc48bfd2915b69f15a6 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Fri, 2 Feb 2018 05:30:19 +0000 Subject: [PATCH] Correct header level for dedication and colophon. --- fixup.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fixup.rb b/fixup.rb index ba204c2..cffbab3 100644 --- a/fixup.rb +++ b/fixup.rb @@ -182,10 +182,10 @@ data.delete("# Part 1") data.delete("# Part 2") log 0, 'add heading to colophon page' -data.insert(data.index('Made With Creative Commons'), '## Colophon {-}') +data.insert(data.index('Made With Creative Commons'), '# Colophon {-}') log 0, 'add dedication as separeate chapter' -data.insert(data.index('“I don’t know a whole lot about nonfiction journalism. . .'), '## Dedication {-}') +data.insert(data.index('“I don’t know a whole lot about nonfiction journalism. . .'), '# Dedication {-}') # Join erroneously split paragraphs: Write the contents of the line # _preceding_ the unneeded break, the break will be removed. -- 2.47.2