You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Hugo are you using (hugo version)?
$ hugo version
Hugo Static Site Generator v0.68.3/extended darwin/amd64 BuildDate: unknown
Does this issue reproduce with the latest release?
Yes.
I was having this issue with older versions of Hugo (such as v0.65.0).
Updating to the latest (v0.68.3) did not solve the issue.
The problem
I appreciate using the typographer extensoin for rendering markdown using Goldmark.
The extension usually works well, except when apostrophes are next to characters with an accent, such as an ‘e’ with accent aigu ‘é’.
With accent aigu ‘é’, apostrophe is not replaced:
With no accent, apostrophe correctly replaced:
I know this is an issue related to Goldmark, but the maintainer asks to open an issue here first (since Goldmark “is not dedicated to Hugo”).
The text was updated successfully, but these errors were encountered:
Thanks for the report. This looks like it could be an issue with Goldmark. Could you create an issue at https://github.com/yuin/goldmark/issues and link back to this issue so we could track it?
What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
Yes.
I was having this issue with older versions of Hugo (such as
v0.65.0
).Updating to the latest (
v0.68.3
) did not solve the issue.The problem
I appreciate using the
typographer
extensoin for rendering markdown using Goldmark.The extension usually works well, except when apostrophes are next to characters with an accent, such as an ‘e’ with accent aigu ‘é’.
With accent aigu ‘é’, apostrophe is not replaced:
With no accent, apostrophe correctly replaced:
I know this is an issue related to Goldmark, but the maintainer asks to open an issue here first (since Goldmark “is not dedicated to Hugo”).
The text was updated successfully, but these errors were encountered: