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
Combining Bold, Italic and strikethrough formats can generate invalid markdown
Lexical version: 0.2.9
Bold
Italic
bold italic strikethrough
Note that the generated markdown is:
**bold *italic ~~strikethrough***~~
Which escapes strikethrough incorrectly, it should be
**bold *italic ~~strikethrough~~***
Invalid markdown is generated
Proper markdown should be generated
Current bad state
Fixed state with open PR:
The text was updated successfully, but these errors were encountered:
@lexical/markdown
👍
Sorry, something went wrong.
text-format
It appears there was a PR for this in #2304? Does anyone know why it wasn't committed?
Should be fixed by #5758
Successfully merging a pull request may close this issue.
Combining Bold, Italic and strikethrough formats can generate invalid markdown
Lexical version: 0.2.9
Steps To Reproduce
Bold
)Italic
)bold italic strikethrough
)Note that the generated markdown is:
Which escapes strikethrough incorrectly, it should be
The current behavior
Invalid markdown is generated
The expected behavior
Proper markdown should be generated
Current bad state

Fixed state with open PR:


The text was updated successfully, but these errors were encountered: