3.1.1 • Published 1 year 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-frontmatter
- remark-gfm
- remark-lint-definition-case
- remark-lint-final-definition
- remark-lint-heading-increment
- remark-lint-no-duplicate-defined-urls
- remark-lint-no-duplicate-definitions
- remark-lint-no-empty-url
- remark-lint-no-reference-like-url
- remark-lint-no-unneeded-full-reference-image
- remark-lint-no-unneeded-full-reference-link
- remark-lint-no-unused-definitions
- remark-toc
- remark-validate-links
- retext-english
- retext-indefinite-article
- retext-quotes
- retext-repeated-words
- retext-syntax-urls
- unified-consistency
- unified-prettier
Compatibility
This project is compatible with Node.js 16 or greater.