Rsquo in rendered website

Hello! I’ve just installed Hugo for the first time, I would like to move my website from WordPress to Hugo. I followed the QuickStart, and installed the Hugo Sans Serif theme.

Everything is great except Hugo is rendering a single quote (plain ASCII single quote in the Markdown source file) as ’ in the website, e.g.:

We’ve all heard of the shell,…

How do I fix this? I don’t know Go. I know a bit of HTML and Markdown. I found HTMLSafe function in the online documentation but I don’t where to stick it. :slight_smile:

Actually, I’ve added the following to my config.toml and it fixed the issue:

[blackfriday]
 smartypants = false