You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(richtext-lexical): support escaping markdown characters (#11784)
Fixes#10289 and
#11772
This adds support for escaping markdown characters. For example,` \*` is
supposed to be imported as `*` and exported back to `\*`.
Equivalent PR in lexical repo:
facebook/lexical#7353
0 commit comments