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

Fix trailing backslash on lists in Classic editor #484

Merged
merged 1 commit into from Jun 30, 2021

Conversation

thebaer
Copy link
Member

@thebaer thebaer commented Jun 29, 2021

Previously, when editing a post with an unordered list in it via the Classic editor, backslashes () would get added to the end of each list item. This fixes that.

It includes changes to prose.js, so run this to update editor dependencies:

make ui

Closes #480


  • ☑ I have signed the CLA

Previously, when editing a post with an unordered list in it via the
Classic editor, backslashes (\) would get added to the end of each list
item. This fixes that.

Closes #480
@thebaer thebaer added this to the 0.13.1 milestone Jun 29, 2021
@thebaer thebaer linked an issue Jun 29, 2021 that may be closed by this pull request
@thebaer
Copy link
Member Author

thebaer commented Jun 30, 2021

Merging now.

@thebaer thebaer merged commit 577bdf1 into hotfix-0.13.1 Jun 30, 2021
@thebaer thebaer deleted the fix-classic-backslashes branch June 30, 2021 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Unordered list in a classic editor appears "\" automatically.
1 participant