-
-
Notifications
You must be signed in to change notification settings - Fork 314
Plural possessives (Typographer extension) #180
Copy link
Copy link
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpinnedissue should not be closed by stalebotissue should not be closed by stalebot
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpinnedissue should not be closed by stalebotissue should not be closed by stalebot
This issue occurs with the Typographer extension in Hugo — including the most recent release, 0.80.0 — if goldmark is the selected parser. It doesn’t occur if Blackfriday is the selected parser and “smart” punctuation is activated. I have complied with the @yuin requirement for Hugo users to bring up such issues in the Hugo repo before doing so here (gohugoio/hugo#8099).
Consider the following text in a Markdown file:
Expected result: Each apostrophe should be a “smart”/curly apostrophe (
’), given the default behavior of goldmark’s Typographer extension.Actual result: Only the singular possessive (
John's dog) has the “smart”/curly apostrophe, while the plural possessive (Smiths' dog) has the “dumb”/straight apostrophe (').Thanks in advance for any help or consideration this issue may receive.