.Kind (page): .Type (posts) / .Layout ()
Bundle: n/a (regular page)
[ categories | projects | tags | search ]
Hugo Sandbox

This is an unofficial Hugo sandbox site to try to replicate possible bugs in hugo.

It is updated automatically after each commit to the hugo-sandbox repo. It was last updated on Jan 20, 2022 13:08 UTC.


This page was created/modified in commit 669d193 "Copy ox-hugo test site" on 2017-11-02.
Markdown source of this page

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://localhost:1111/” “http://localhost:1111/” 6 “http://localhost:1111/”. “http://localhost:1111/”. 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.


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://localhost:1111/ http://localhost:1111/
6 http://localhost:1111/”. http://localhost:1111/”.

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 VariableValue
Name "Single and Double quotes"
Title "Single and Double quotes"
ResourceType "page"
Kind "page"
Section "posts"
Draft false
Type "posts"
Layout ""
Permalink "https://hugo-sandbox.netlify.com/posts/single-double-quotes/"
RelPermalink "/posts/single-double-quotes/"
Data
page.Data{} (type:page.Data)
NextPageNested bold and italics
PrevPageDealing with underscores
NextInSectionNested bold and italics
PrevInSectionDealing with underscores

Page Params (Debug)

maps.Params{"date":time.Date(2017, time.July, 22, 0, 0, 0, 0, time.UTC), "draft":false, "iscjklanguage":false, "lastmod":time.Date(2017, time.November, 2, 10, 12, 52, 0, time.Location("")), "publishdate":time.Date(2017, time.July, 22, 0, 0, 0, 0, time.UTC), "tags":[]string{"body"}, "title":"Single and Double quotes"} (type:maps.Params)

File Object (Debug)

FileInfo VariableValue
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"

This site is generated using the ox-hugo package for Emacs/Org-mode + hugo-bare-min-theme + Hugo 0.92.0 (commit b3549403) .

[Back to Hugo Sandbox home]