-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Description
If I export the md file with 'markdown-preview', the specials characters are not correctly read on my browser (firefox 60.0.1)
Expected Behavior
Export a md file containing letters with accents should be read in a browser supporting UTF-8.
Actual Behavior
The html output should support UTF-8
Steps to Reproduce
- Create a markdown file containing letters with accents
This is special letter é
- Export with 'markdown-preview' command
- Open with firefox
Software Versions
Markdown v2.1
Emacs 25.3.1
Possible solution
I don't know much about HTML but I guess it misses a line before the title (markdown-mode.el:markdown-add-xhtml-header-and-footer :
<meta charset=\"UTF-8\"/>
Also, I don't know why the html starts with an xml header specifing the UTF-8...
Metadata
Metadata
Assignees
Labels
No labels