3.1.1 • Published 2 years ago
remark-preset-remcohaszing v3.1.1
remark-preset-remcohaszing
An opiniated remark preset.
Table of Contents
Installation
npm install remark-preset-remcohaszingUsage
This package is intended to be used with
remark-cli and
remark-language-server.
To use it, create a file named .remarkrc.yaml with the following content:
plugins:
- remark-preset-remcohaszingThen run:
remark --frail .API
This package only has a default export. The default export is the remark preset. The preset contains the following plugins:
remark-frontmatterremark-gfmremark-lint-definition-caseremark-lint-final-definitionremark-lint-heading-incrementremark-lint-no-duplicate-defined-urlsremark-lint-no-duplicate-definitionsremark-lint-no-empty-urlremark-lint-no-reference-like-urlremark-lint-no-unneeded-full-reference-imageremark-lint-no-unneeded-full-reference-linkremark-lint-no-unused-definitionsremark-tocremark-validate-linksretext-englishretext-indefinite-articleretext-quotesretext-repeated-wordsretext-syntax-urlsunified-consistencyunified-prettier
Compatibility
This project is compatible with Node.js 16 or greater.