Skip to content

Commit ac6c324

Browse files
📝[Docs]: Update Markdown guidelines for consistency and clarity
1 parent c2c90a3 commit ac6c324

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/instructions/md.instructions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,13 @@ See the [logo][logo-img] above.
252252

253253
### HTML
254254

255-
- Avoid HTML in markdown when possible
256-
- Use HTML only for features not supported by markdown
255+
- Avoid HTML in Markdown when possible
256+
- Use HTML only for features not supported by Markdown
257257
- Close all HTML tags properly
258258

259-
### File Names
259+
### Filenames
260260

261-
- Use lowercase for markdown file names
261+
- Use lowercase for Markdown filenames
262262
- Use hyphens (`-`) not underscores (`_`) to separate words
263263
- Use `.md` extension (not `.markdown`)
264264

@@ -269,7 +269,7 @@ See the [logo][logo-img] above.
269269

270270
## Linting
271271

272-
To validate markdown files against these guidelines, use a markdown linter such as:
272+
To validate Markdown files against these guidelines, use a Markdown linter such as:
273273

274274
- [markdownlint](https://github.com/DavidAnson/markdownlint)
275275
- [remark-lint](https://github.com/remarkjs/remark-lint)

0 commit comments

Comments
 (0)