What version of goldmark are you using?
1.1.25 (via Hugo v0.68.3/extended)
What version of Go are you using?
Presumably 1.12
What operating system and processor architecture are you using?
Ubuntu 20.04, x64
What did you do?
Render the text reported "issue 1 (IE-only)" with typographer extension enabled.
What did you expect to see?
reported “issue 1 (IE-only)”
What did you see instead?
reported “issue 1 (IE-only)"
Did you confirm your output is different from CommonMark online demo or other official renderer correspond with an extension?
The demo doesn't process quotation marks but Blackfriday (previous Hugo version) produced the correct output.
Why you can not implement it as an extension?:
I could probably write a fix myself, but I'd need a confirmation about the approach first. In my understanding, quotation marks preceding opening parentheses ([{ should be rendered as “ and those following closing parentheses )]} should be rendered as ”.
What version of goldmark are you using? 1.1.25 (via Hugo v0.68.3/extended)
What version of Go are you using? Presumably 1.12
What operating system and processor architecture are you using? Ubuntu 20.04, x64
What did you do? Render the text
reported "issue 1 (IE-only)"
with typographer extension enabled.What did you expect to see?
reported “issue 1 (IE-only)”
What did you see instead?
reported “issue 1 (IE-only)"
Did you confirm your output is different from CommonMark online demo or other official renderer correspond with an extension? The demo doesn't process quotation marks but Blackfriday (previous Hugo version) produced the correct output.
Why you can not implement it as an extension?: I could probably write a fix myself, but I'd need a confirmation about the approach first. In my understanding, quotation marks preceding opening parentheses
([{
should be rendered as“
and those following closing parentheses)]}
should be rendered as”
.