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

Typing active markdown characters crashes editor. #701

Open
joshuafcole opened this issue Dec 14, 2016 · 1 comment
Open

Typing active markdown characters crashes editor. #701

joshuafcole opened this issue Dec 14, 2016 · 1 comment

Comments

@joshuafcole
Copy link
Contributor

For example, a pair of asterisks. Worse still, even if you're aware of this it can bite you in surprising places. Since the editor considers text in a list item to be at the start of the line, even typing "#" in a list item will blow up.

@joshuafcole
Copy link
Contributor Author

Apologies for the delay on this. I've spent a lot of time trying to come up with a solution that meets the needs of all users, but we really just need a quick patch to stem the bleeding. The easiest (and perhaps, least surprising) thing to do for the moment is just to escape those characters, which CommonMark supports with a preceding backslash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant