From b4c1fdc4ac617b910ac3c988accf1c8cfb49e9f1 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Fri, 1 Jan 2021 18:49:19 -0600 Subject: [PATCH] Fix broken link in step by step guide --- www/contribute/producing-an-ebook-step-by-step.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index 100de7df..d6bfbc7e 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -261,7 +261,7 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
  • Set <title> elements

    -

    After 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.

    +

    After 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 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: