-
Notifications
You must be signed in to change notification settings - Fork 32
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
Escaped bullet list items get converted to bullet list items #65
Comments
You have to escape the backslash, so it should be |
Some more detail: this scenario works just fine in it's own paragraph...
(also added to the sandbox) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When inserting/importing a piece of markdown with an escaped bullet list item (e.g.
\+
) the item gets converted to a bullet list item (i.e.+
)To Reproduce
See this sandbox: https://codesandbox.io/p/devbox/mui-tiptap-demo-forked-nxv9m2?file=%2Fsrc%2FEditor.tsx%3A20%2C1-21%2C1
Expected behavior
The escape should be respected and a plain line beginning with a + should be preserved.
Screenshots
Example markdown (enabled
breaks: true
):In editor:
Gets saved as:
Desktop (please complete the following information):
[email protected]
Smartphone (please complete the following information):
Not tested.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: