A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vhf/remark-lint-alphabetize-lists below:

GitHub - vhf/remark-lint-alphabetize-lists: remark-lint-alphabetize-lists

remark-lint-alphabetize-lists

This remark-lint rule was created for free-programming-books-lint to enforce free-programming-books formatting guidelines.

This rule ensures that all list items are in alphabetical order

<!-- Invalid -->

# Section
- B
- [A](#C)

<!-- Valid -->

# Section
- [A](#C)
- B
npm install -g remark-cli
npm install remark-lint remark-lint-alphabetize-lists

Then, set up your .remarkrc:

{
  "plugins": [
    "lint",
    "lint-alphabetize-lists"
  ]
}

Now you can use the following command to run the lint:

npm install -g remark-cli
npm install remark-lint remark-lint-alphabetize-lists
remark -u lint -u lint-alphabetize-lists xxx.md

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4