diff --git a/extension/_test/typographer.txt b/extension/_test/typographer.txt index ef90bce..7534d83 100644 --- a/extension/_test/typographer.txt +++ b/extension/_test/typographer.txt @@ -64,3 +64,80 @@ reported "issue 1 (IE-only)", "issue 2", 'issue3 (FF-only)', 'issue4' //- - - - - - - - -//
“Monitor 21"” and “Monitor”"
//= = = = = = = = = = = = = = = = = = = = = = = =// + +9: Closing quotation marks within italics +//- - - - - - - - -// +*"At first, things were not clear."* +//- - - - - - - - -// +“At first, things were not clear.” +//= = = = = = = = = = = = = = = = = = = = = = = =// + +10: Closing quotation marks within boldfacing +//- - - - - - - - -// +**"At first, things were not clear."** +//- - - - - - - - -// +“At first, things were not clear.” +//= = = = = = = = = = = = = = = = = = = = = = = =// + +11: Closing quotation marks within boldfacing and italics +//- - - - - - - - -// +***"At first, things were not clear."*** +//- - - - - - - - -// +“At first, things were not clear.” +//= = = = = = = = = = = = = = = = = = = = = = = =// + +12: Closing quotation marks within boldfacing and italics +//- - - - - - - - -// +***"At first, things were not clear."*** +//- - - - - - - - -// +“At first, things were not clear.” +//= = = = = = = = = = = = = = = = = = = = = = = =// + +13: Plural possessives +//- - - - - - - - -// +John's dog is named Sam. The Smiths' dog is named Rover. +//- - - - - - - - -// +John’s dog is named Sam. The Smiths’ dog is named Rover. +//= = = = = = = = = = = = = = = = = = = = = = = =// + +14: Links within quotation marks and parenthetical phrases +//- - - - - - - - -// +This is not difficult (see "[Introduction to Hugo Templating](https://gohugo.io/templates/introduction/)"). +//- - - - - - - - -// +This is not difficult (see “[Introduction to Hugo Templating](https://gohugo.io/templates/introduction/)”). +//= = = = = = = = = = = = = = = = = = = = = = = =// + +15: Quotation marks within links +//- - - - - - - - -// +Apple's early Cairo font gave us ["moof" and the "dogcow."](https://www.macworld.com/article/2926184/we-miss-you-clarus-the-dogcow.html) +//- - - - - - - - -// +Apple’s early Cairo font gave us “moof” and the “dogcow.” +//= = = = = = = = = = = = = = = = = = = = = = = =// + +16: Single closing quotation marks with slang/informalities +//- - - - - - - - -// +"I'm not doin' that," Bill said with emphasis. +//- - - - - - - - -// +“I’m not doin’ that,” Bill said with emphasis. +//= = = = = = = = = = = = = = = = = = = = = = = =// + +17: Closing single quotation marks in quotations-within-quotations +//- - - - - - - - -// +Janet said, "When everything is 'breaking news,' nothing is 'breaking news.'" +//- - - - - - - - -// +Janet said, “When everything is ‘breaking news,’ nothing is ‘breaking news.’” +//= = = = = = = = = = = = = = = = = = = = = = = =// + +18: Opening single quotation marks for abbreviations +//- - - - - - - - -// +We're talking about the internet --- 'net for short. +//- - - - - - - - -// +We’re talking about the internet — ’net for short. +//= = = = = = = = = = = = = = = = = = = = = = = =// + +19: Quotation marks next to footnotes +//- - - - - - - - -// +People ask, "Why can't you just change the format?"[^formatChgNote] +//- - - - - - - - -// +People ask, “Why can’t you just change the format?”1 +//= = = = = = = = = = = = = = = = = = = = = = = =//