From bdbae58beea750f20254e3de830fe25d68f192bb Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 7 Jan 2020 23:01:19 +0000 Subject: [PATCH] Use U+2019 RIGHT SINGLE QUOTATION MARK in title In body text, Asciidoctor will convert U+0027 APOSTROPHE to U+2019 RIGHT SINGLE QUOTATION MARK when it's used in the middle or at the end of a word, but it doesn't do this for title text. For consistent output formatting, use U+2019 in the source code for the title. I think it's still better to use U+0027 everywhere else in the document, though, since it's easier to type, and much more common in source code. --- developer-manual.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-manual.adoc b/developer-manual.adoc index 9240b23..20aaf90 100644 --- a/developer-manual.adoc +++ b/developer-manual.adoc @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GFDL-1.3-or-later OR CC-BY-SA-4.0 -= Spectrum Developers' Guide += Spectrum Developers’ Guide Alyssa Ross :toc: left :nofooter: -- git format-patch -1 --stdout -C bdbae58beea750f20254e3de830fe25d68f192bb