diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index afcac104..b8dd04b4 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -252,7 +252,7 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
<title>
elementsAfter you’ve added semantics and correctly marked up section headers, it’s time to update the <title>
elements in each chapter to match their expected values.
The se print-title
tool takes a well-marked-up section header from a file, and prints the expected value for the <title>
element to the terminal. It also has the --in-place
optoin, which will allow us to update all the chapters at once:
The se print-title
tool takes a well-marked-up section header from a file, and prints the expected value for the <title>
element to the terminal. It also has the --in-place
option, which will allow us to update all the chapters at once:
se print-title --in-place src/epub/text/*
Once you’ve verified the titles look good, commit:
git add -A git commit -m "Add titles"