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've enabled smartDashes = true in my config.toml and this correctly converts "--" into an en-dash in the post body, but doesn't do the same conversion for "--" in the post title.
The text was updated successfully, but these errors were encountered:
The page title is not treated as markdown. You have to use the markdownify template function for that. If markdownify isn't working properly, let us know.
This gets around the limitation where the Blackfriday smartDashes
feature does not work on post titles as Hugo does not render the
titles as Markdown by default.
gohugoio/hugo#4175
I've enabled
smartDashes = true
in my config.toml and this correctly converts "--" into an en-dash in the post body, but doesn't do the same conversion for "--" in the post title.The text was updated successfully, but these errors were encountered: