feat(markdown): change unordered list symbol to hyphen#4440
Merged
ikatyang merged 1 commit intoprettier:masterfrom May 10, 2018
Merged
Conversation
lipis
approved these changes
May 8, 2018
Member
|
Is it due 1.13, not 2.0? 😨 |
Member
Collaborator
|
@kachkaev Every minor version of Prettier possibly changes the way you format the code. We've done similar stuff in the past, it doesn't warrant a 2.0. |
duailibe
approved these changes
May 8, 2018
Member
|
What about alternating the symbol for nested lists? #4251 (comment) by @infotexture - Item 1
* Item 2
+ Item 3
* Item 4
- Item 4
* Item 5 |
Member
Author
|
It's out of scope of this PR and I don't have strong opinion on that. We should open another issue to see how people think about it. |
j-f1
approved these changes
May 8, 2018
alexander-akait
approved these changes
May 8, 2018
suchipi
approved these changes
May 9, 2018
Closed
|
How exciting – thank you! |
Member
|
Coming soon to your nearest editor :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #4251