From e0c75b8ae0460a919980a5643bbcbdfb1af06adc Mon Sep 17 00:00:00 2001 From: Dillon Amburgey Date: Tue, 10 Jan 2023 20:23:16 -0500 Subject: [PATCH] Capture both digits when rewriting coordinates --- www/contribute/producing-an-ebook-step-by-step.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index d87770eb..b362fd64 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -228,8 +228,8 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
  • Coordinates. Use the prime and double prime glyphs for coordinates.

    - se interactive-replace "([0-9])+’" "\1′" src/epub/text/* - se interactive-replace "([0-9])+”" "\1″" src/epub/text/* + se interactive-replace "([0-9]+)’" "\1′" src/epub/text/* + se interactive-replace "([0-9]+)”" "\1″" src/epub/text/*
  • Text in all caps. Text in all caps is almost never correct, and should either be converted to lowercase with the <em> element (for spoken emphasis), <strong> (for extreme spoken emphasis), or <b> (for unsemantic small caps, like in storefront signs).