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
I encountered issues with the %5F a while back -- It was breaking links, specifically, Github links, like in the linked issue. Maybe whether it breaks or not is dependent on how the server is parsing their path segments?
At least on my computer (Windows+Firefox) the first link works, the second returns a Page not found. (Edit: Actually, both links work for me in Chrome.)
Anyway, I guessed it was due to Hugo's switch to Goldmark (I'm currently using Hugo v0.81.0) and have been running without the org-blackfriday--url-sanitize call for a while.
By the way -- thank you for the awesome package! Ox-hugo is great!
(Edit: Looking around the repo more, I see a fair bit of discussion around this already in other issues -- sorry if this was unnecessary information!)
Users running Hugo 0.60 or newer versions are using Goldmark by
default. But, in any case, if you are reading this commit because you
are still using Blackfriday and also happen to have italicized links
with underscores in them, set `org-hugo-goldmark` to nil.
See #485 for more
info.
Fixes#308.
This commit supersedes this PR: #403
No description provided.
The text was updated successfully, but these errors were encountered: