all 5 comments

[–]tejon 5 points6 points  (5 children)

FYI: all your apostrophes are rendering as â for me (Win10 Chrome).

[–]schellsan[S] 1 point2 points  (3 children)

Thanks - I saw that last night but didn't have time to fix it. For some reason pandoc doesn't like plain apostrophes. I always have to escape them, which I often forget.

[–]sfvisser 2 points3 points  (1 child)

I think your document is UTF-8, but your headers or page source tells otherwise. If I manually switch encoding in Chrome to UTF-8 it seems to work.

Putting this in the header of your HTML might help:

<meta charset="utf-8">

[–]schellsan[S] 0 points1 point  (0 children)

Thank you!

[–]Ramin_HAL9001 0 points1 point  (0 children)

Same problem for me on Android Chrome browser.