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
It got plain text.
Formatting is copied as everywhere on the web
I use HackMD on:
Desktop
OS: Windows
Browser: Chrome
Device: [e.g. iPhone XS]
OS: [e.g. iOS 12.1]
Browser: [e.g. chrome, safari]
Version: [e.g. 23]
The Copy event is catched. a.clipboardData.setData("text/plain", window.getSelection().toString().replace(/\u200b/g, ""))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a hackmd.io issue?
What's the problem
Current behaviour
It got plain text.
Expected behaviour
Formatting is copied as everywhere on the web
Environment
I use HackMD on:
Desktop
OS: Windows
Browser: Chrome
Device: [e.g. iPhone XS]
OS: [e.g. iOS 12.1]
Browser: [e.g. chrome, safari]
Version: [e.g. 23]
Additional context
The Copy event is catched.
a.clipboardData.setData("text/plain", window.getSelection().toString().replace(/\u200b/g, ""))
The text was updated successfully, but these errors were encountered: