File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments