-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Labels
lang:markdownIssues affecting MarkdownIssues affecting Markdown
Description
Prettier 2.7.1
Playground link
--parser markdown
Input:
For example, the string `"a b"` (three spaces between _a_ and _b_) separates _a_ and _b_ more than `"a b"` (one space between _a_ and _b_).
Output:
For example, the string `"a b"` (three spaces between _a_ and _b_) separates _a_ and _b_ more than `"a b"` (one space between _a_ and _b_).
Expected behavior:
I replaced regular spaces with Non-breaking spaces to prevent the collapsing of the spaces that occurs with regular spaces, but if you look at "a b"
it shouldn't be collapsed as it renders correctly.
mrienstra and kachkaev
Metadata
Metadata
Assignees
Labels
lang:markdownIssues affecting MarkdownIssues affecting Markdown