Skip to content

Make lists use hyphens in markdown toolbar

Marcel Amirault requested to merge markdown-toolbar-list-style into master

What does this MR do?

Related to !31288 (merged) and #216612 (comment 337054206)

We suggest using hyphens for all our markdown lists, as made clear in our style guides:

Additionally, using asterisk for lists (and not hyphens) will cause linting failures if you use the toolbar buttons to edit our docs, as we are enforcing the standard across all docs.

Proposal

We should change the default lists to use hyphens instead of asterisks, to ensure a better contribution experience for people using the editor, as well as matching out style guides.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Marcel Amirault

Merge request reports