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
I noticed some side-effects in the docs after this commit which re-enabled Prettier.
Additional Details
Required fields designated by * now have extra escaping slashes added from Prettier in the actual Markdown files.
These are rendered in the docs on the site, but not in the GitHub markdown preview, which makes me think that perhaps richtext-lexical and/or the Markdown -> HTML converter might need to be tweaked to handle these, rather than simply removing the extra slashes?
Some examples (mostly occurs in tables, but also in body text as well)
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
Documentation Issue
I noticed some side-effects in the docs after this commit which re-enabled Prettier.
Additional Details
Required fields designated by
*
now have extra escaping slashes added from Prettier in the actual Markdown files.These are rendered in the docs on the site, but not in the GitHub markdown preview, which makes me think that perhaps
richtext-lexical
and/or the Markdown -> HTML converter might need to be tweaked to handle these, rather than simply removing the extra slashes?Some examples (mostly occurs in tables, but also in body text as well)
In the same commit,
{' '}
was added twice in the Note from Prettier:The text was updated successfully, but these errors were encountered: