From 0dd508b2b2a2cb0725b774fe36844a29d4aabcab Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Thu, 27 Oct 2022 17:16:06 +0200 Subject: [PATCH] Specify hyphens for bulleted lists There has been some churn in the problem specifications due to hyphens being switched from hyphens to asterisks and back. The team has settled on using hyphens for lists. --- building/markdown/markdown.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/building/markdown/markdown.md b/building/markdown/markdown.md index fb69199e..3f38107d 100644 --- a/building/markdown/markdown.md +++ b/building/markdown/markdown.md @@ -134,6 +134,10 @@ Nearly everything with Exercism has been debated, discussed and rewritten many t Exercism is a very intentional product - things are there because they've been designed to be there, and things are often left out because they've been designed to be left out. ``` +## Lists + +Use the hyphen character (`-`) as the bullet list marker for unordered lists. + ## Comments - Prefer Markdown comments instead of HTML comments (e.g. use `[comment]: # (Actual comment...)` rather than `` @@ -152,6 +156,7 @@ There are various rules you can use to configure linters to meet this spec: - [MD001][MD001]: Enable - [MD002][MD002]: Enable - [MD003][MD003]: Use `atx` style +- [MD004][MD004]: Use `dash` style - [MD013][MD013]: Disable - [MD033][MD033]: Disable