Single and Double quotes
tags: body
Description/Summary
The strings in these two columns should look the exact same. Rendered Actual Rendered Expection 1 ‘This’ ‘This’ 2 “This” “This” 3 “It’s” “It’s” 4 ‘It’s’ ‘It’s’ 5 “http://ox-hugo.scripter.co/” “http://ox-hugo.scripter.co/” 6 “http://ox-hugo.scripter.co/”. “http://ox-hugo.scripter.co/”. Note: There is a rendering issue is Row 5 above. That seems to be a corner case, because notice that Row 6 looks fine just because there was a trailing period. Will live with this issue for now.
Content
The strings in these two columns should look the exact same.
| Rendered Actual | Rendered Expection | |
|---|---|---|
| 1 | ‘This’ | ‘This’ |
| 2 | “This” | “This” |
| 3 | “It’s” | “It’s” |
| 4 | ‘It’s’ | ‘It’s’ |
| 5 | “http://ox-hugo.scripter.co/” | “http://ox-hugo.scripter.co/” |
| 6 | “http://ox-hugo.scripter.co/”. | “http://ox-hugo.scripter.co/”. |
Note: There is a rendering issue is Row 5 above. That seems to be a corner case, because notice that Row 6 looks fine just because there was a trailing period. Will live with this issue for now.
Page (Debug)
| Page Variable | Value | |
|---|---|---|
| Name | "Single and Double quotes" | |
| Title | "Single and Double quotes" | |
| ResourceType | "page" | |
| Kind | "page" | |
| Section | "posts" | |
| Draft | false | |
| Type | "posts" | |
| Layout | "" | |
| Permalink | "https://ox-hugo.scripter.co/test/posts/single-double-quotes/" | |
| RelPermalink | "/posts/single-double-quotes/" | |
| Data |
| |
| NextPage | Nested bold and italics | |
| PrevPage | Dealing with underscores | |
| NextInSection | Nested bold and italics | |
| PrevInSection | Dealing with underscores |
Page Params (Debug)
| Key | Type | Value |
|---|---|---|
| date | time.Time | 2017-07-22 00:00:00 +0000 UTC |
| draft | bool | false |
| iscjklanguage | bool | false |
| lastmod | time.Time | 2021-12-17 16:20:47 -0500 -0500 |
| publishdate | time.Time | 2017-07-22 00:00:00 +0000 UTC |
| tags | []string | "body" |
| title | string | "Single and Double quotes" |
File Object (Debug)
| FileInfo Variable | Value |
|---|---|
| UniqueID | "aa29e67b018b6066c78d29446b111f96" |
| BaseFileName | "single-double-quotes" |
| TranslationBaseName | "single-double-quotes" |
| Lang | "en" |
| Section | "posts" |
| LogicalName | "single-double-quotes.md" |
| Dir | "posts/" |
| Ext | "md" |
| Path | "posts/single-double-quotes.md" |