From 0dfd5b15ecd51cd239d0e911e6dec04a54b2dfce Mon Sep 17 00:00:00 2001 From: Jason Yundt Date: Aug 05 2021 13:10:37 +0000 Subject: Use smart apostrophes Originally, this repo would sometimes use U+0027 APOSTROPHE for apostrophes and sometimes use U+2019 RIGHT SINGLE QUOTATION MARK for apostrophes. This change makes it always use U+2019 because that’s what Unicode recommends. See: - https://www.unicode.org/versions/Unicode13.0.0/ch06.pdf#G12411 - https://www.unicode.org/charts/PDF/U0000.pdf#page=4 --- diff --git a/README.md b/README.md index 82ad1f6..9822adb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Fedora Modularity Docs Please report Issues and submit Pull Requests for **Content Fixes** here. -Never done a pull request (or "PR")? Here's the [Pagure documentation for +Never done a pull request (or "PR")? Here’s the [Pagure documentation for Pull Requests](https://docs.pagure.org/pagure/usage/pull_requests.html). @@ -10,7 +10,7 @@ the [publishing software](https://pagure.io/fedora-docs/docs-fp-o). ## How to edit these documents -All of this is written in AsciiDoc. It's a simple mostly-plain-text +All of this is written in AsciiDoc. It’s a simple mostly-plain-text markup language. You may want to look at: