Hi there,
I’m using the Hugo Tufte theme, and locally I encounter something unexpected, that looks like a real tiny little bug: in markdown, I write with double quotes "like this", and it correctly renders “like this”, but and most of the time, where I use single quotes 'like that', the rendering is correct, ‘like that’, however when the word starts with a t, like in ‘treasure’, it renders ’treasure’, with two right single quotes… I haven’t tested all the letters (my hunch is that it’s detecting 't in don't where it shouldn’t…?)
In case, I have this in my hugo.yml:
# Only modify the following if you know what you are doing
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
guessSyntax: true
But it seems unlikely to be the culprit. I know this is a pesky typographical minutia, but any idea how to fix that? Thanks in advance!
(hugo 0.145.0)