diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index e433d7bb..84fee712 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -269,6 +269,12 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll +
  • +

    + Non-breaking hyphens are used when a word is stretched out for effect. +

    +

    Although it will produce a lot of false positives, this regex can help you find stretched words: (?i)([a-z])-\1

    +
  • The fourth commit

    Once you’ve searched the work for the common issues above, if any manual changes were necessary, you should perform the fourth commit.

    git add -A git commit -m "Manual typography changes"