Skip to content

Commit 4aab797

Browse files
authored
Specify hyphens for bulleted lists (#399)
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.
1 parent 24fc7ac commit 4aab797

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

building/markdown/markdown.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ Nearly everything with Exercism has been debated, discussed and rewritten many t
134134
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.
135135
```
136136

137+
## Lists
138+
139+
Use the hyphen character (`-`) as the bullet list marker for unordered lists.
140+
137141
## Comments
138142

139143
- Prefer Markdown comments instead of HTML comments (e.g. use `[comment]: # (Actual comment...)` rather than `<!-- Actual comment -->`
@@ -152,6 +156,7 @@ There are various rules you can use to configure linters to meet this spec:
152156
- [MD001][MD001]: Enable
153157
- [MD002][MD002]: Enable
154158
- [MD003][MD003]: Use `atx` style
159+
- [MD004][MD004]: Use `dash` style
155160
- [MD013][MD013]: Disable
156161
- [MD033][MD033]: Disable
157162

0 commit comments

Comments
 (0)