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
Markdown serializer currently does not escape a greater-than character > occurring at start of line.
>
prosemirror-markdown 1.5.1 Can be reproduced with markdown example.
> character at start of line is escaped as \> during markdown serialization.
\>
The text was updated successfully, but these errors were encountered:
f44936d
Attached patch should help.
Sorry, something went wrong.
No branches or pull requests
Details
Markdown serializer currently does not escape a greater-than character
>
occurring at start of line.Version
prosemirror-markdown 1.5.1
Can be reproduced with markdown example.
Steps to reprocude
>
in WYSIWYM mode.>
character is not escaped.Expected result:
>
character at start of line is escaped as\>
during markdown serialization.The text was updated successfully, but these errors were encountered: