-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change unordered marker from asterisk to dash #3
Comments
The previously used asterisk `*` have been changed to dashes `-`. The main reason is that asterisks `*` can be confused for bold/italic markers. There was also a very long discussion (1) for Prettier (2) to also change the default to dashes to same reasons which was then adapted (3). There are some other reasons like the alignment with the YAML spec which uses dashes for list items. This guide has now also adapted to this improvement by changing the default unordered list marker (4) from asterisks `*` to dashes `-`. References: (1) prettier/prettier#4251 (comment) (2) https://prettier.io (3) prettier/prettier#4440 (4) https://arcticicestudio.github.io/styleguide-markdown/rules/lists.html GH-3
This version includes the changes of this improvement to ensure the linting stage is passing correctly. GH-3
…-marker-asterik-to-dash Change unordered marker from asterisk to dash
This is causing a problem in Any possible solutions for it? |
@manishprivet This change was only related to lists, but using <!-- prettier-ignore -->
*** |
The currently used asterisk
*
should be changed to dashes-
. The main reason is that asterisks*
can be confused for bold/italic markers. There was also a very long discussion for Prettier to also change the default to dashes to same reasons which was then adapted.There are some other reasons like the alignment with the YAML spec which uses dashes for list items.
This guide will now also adapt to this improvement by changing the default unordered list marker from asterisks
*
to dashes-
.The text was updated successfully, but these errors were encountered: