rstacruz / flatdoc

Build sites fast from Markdown
http://ricostacruz.com/flatdoc
2.68k stars 262 forks source link

utf-8 character encoding for quotes in markdown files #17

Open alexpmorris opened 11 years ago

alexpmorris commented 11 years ago

In the markdown, whenever you use:

"
"
'

they are all rendered by flatdoc as their equivalent raw UTF-8 codes ( ie. †).

<meta charset='utf-8'> in the html, as well as <meta charset='iso-8859-1'> made no difference.

Note that this does not happen if the quote appears inside of a code or quote block.