payload
payload copied to clipboard
fix(richtext-lexical): various fixes when importing mdx
NOTE that this PR is to the lexical-mdx-shouldMerge
branch.
I had to make some fixes to normalizeMarkdown
.
I also fixed some tests that were not considering the correct functioning of breaking lines in markdown (see https://github.com/facebook/lexical/pull/6608).
All tests now pass.