Skip to content
New issue

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

[Solved] Not working in Firefox due to charset #119

Closed
github-young opened this issue May 2, 2020 · 2 comments
Closed

[Solved] Not working in Firefox due to charset #119

github-young opened this issue May 2, 2020 · 2 comments

Comments

@github-young
Copy link
Contributor

It cannot work normally in Firefox 75.0. But Chrome is OK.
It turns out that the absence of

<head>
...
<meta charset="UTF-8">
...
</head>

causes this.

Simply adding this line solves this problem.

@github-young github-young changed the title [Solved] Not working in Firefox due tu charset [Solved] Not working in Firefox due to charset May 2, 2020
@aero31aero
Copy link
Collaborator

Hey, it works properly for me in FF75, but I think being explicit here is a good idea. Do you think you could make a PR for this change? I'm very happy to merge one.

Thanks for the report.

@aero31aero aero31aero reopened this May 3, 2020
@github-young
Copy link
Contributor Author

Hey, it works properly for me in FF75, but I think being explicit here is a good idea. Do you think you could make a PR for this change? I'm very happy to merge one.

Thanks for the report.

Thank you. I have made a PR.

wangfenjin pushed a commit to wangfenjin/markdown-editor that referenced this issue Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants