This monorepo contains remark-lint plugins that helps linting markdown documents.
remark-lint-match-punctuation— Ensures punctuations are used in pairs if necessary.remark-lint-spaces-around-number— Ensures there are spaces around number and Chinese.remark-lint-spaces-around-word— Ensures there are spaces around English word and Chinese.remark-preset-lint— Preset of configured rules for remark-lint.remark-lint-no-chinese-punctuation-in-number— Ensures that Chinese punctuation will not be used in number, such as 1,000 or 12:34.remark-lint-no-repeat-punctuation— Ensures that punctuation will not be used multiple times, such as"!!!"or"???".remark-lint-no-long-code— Ensures that each line in code block won't be too long.