I was wondering how Hugo deals with quotation marks in markdown files? Is there a definitive documentation anywhere? I am specifically lookign to do the following;
Have both ’ and " (single and double) in markdown
Have both ’ and " (single and double) in templates
On my website, I see funny looking questionmark icons instead. As seen in the image below…
Do you have a git repo to share? This would be difficult to troubleshoot without seeing your code.
Off the top of my head I wonder if it’s related to character encoding, so you could try inserting the following into your <head>, but I doubt this is it.
While not the exact problem, it helped me fix it…I dont know why, how it happened but, my single appostraphes were all set to this char -> ’ and I didn’t notice they were not a normal appostraphe…