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

Add support for pasting as markdown #7454

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thecodrr
Copy link
Contributor

@thecodrr thecodrr commented Feb 4, 2025

Closes #3313

This PR adds support for pasting plain text as markdown. The logic works by running some heuristics on the pasted content to detect whether it is Markdown or not. If it is, it gets automatically converted to Markdown and pasted. This behavior can be bypassed by using Paste without formatting.

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

Successfully merging this pull request may close these issues.

Enhancement of Copy/Paste Content on Editor
1 participant