-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Labels
lang:markdownIssues affecting MarkdownIssues affecting Markdownlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Description
Prettier 1.19.1
Playground link
--parser markdown
Input:
- see[Link to Foo][master-LinkToFoo]
[master-LinkToFoo]: http://foo.com
Output:
- see[Link to Foo][master-linktofoo]
[master-linktofoo]: http://foo.com
Expected behavior:
- see[Link to Foo][master-LinkToFoo]
[master-LinkToFoo]: http://foo.com
Making the key lower case reduces the readability of Camel or Pascal cased keys. This seems to have changed recently? Was the change intentional? Can you share the justification?
mcous, AndrewKvalheim, riccardoferretti and DerekNonGeneric
Metadata
Metadata
Assignees
Labels
lang:markdownIssues affecting MarkdownIssues affecting Markdownlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.