-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Upgrade to remark-parse@9+ #11828
Copy link
Copy link
Open
Labels
help wantedWe're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!We're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!lang:markdownIssues affecting MarkdownIssues affecting Markdown
Metadata
Metadata
Assignees
Labels
help wantedWe're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!We're a small group who can't get to every issue promptly. We’d appreciate help fixing this issue!lang:markdownIssues affecting MarkdownIssues affecting Markdown
Prettier currently uses
remark-parse@8to parse Markdown/MDX.remark-parse@9was released on Oct 14, 2020, switching it over tomicromark: remarkjs/remark#536Upgrading Prettier to
remark-parse@9(or newer) would fix the following reported bugs with Markdown parsing, and possibly others:This is a non-trivial task because
micromarkuses a completely different plugin API, so all of Prettier's Markdown plugins will need to be updated or replaced.