We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I export the md file with 'markdown-preview', the specials characters are not correctly read on my browser (firefox 60.0.1)
Export a md file containing letters with accents should be read in a browser supporting UTF-8.
The html output should support UTF-8
This is special letter é
Markdown v2.1 Emacs 25.3.1
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...
The text was updated successfully, but these errors were encountered:
This should be fixed by #350, but please reopen if not.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
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 :
Also, I don't know why the html starts with an xml header specifing the UTF-8...
The text was updated successfully, but these errors were encountered: