Releases: remarkjs/remark-lint
Releases · remarkjs/remark-lint
remark-lint-no-consecutive-blank-lines@4.1.1
- 0b78a7e Fix for mdx jsx
remark-lint-maximum-line-length@3.1.1
- 7e25b41 Allow long mdx@2 nodes
9.1.0
- 201e995 Add
url
s pointing to docs on all messages
by @remcohaszing in #273
Full Changelog: 9.0.1...9.1.0
9.0.1
9.0.0
- f5cb7d2 Use ESM
Learn more about ESM in this guide
// From CommonJS var remarkPresetLintRecommended = require('remark-preset-lint-recommended') // To ESM import remarkPresetLintRecommended from 'remark-preset-lint-recommended'
- 1a1e7cc Add JSDoc based types
- 4a832b1 cd80985 ef89686 Remove internal fallbacks for ancient remark
- e3ddd9e b81b38a 27a96be Update dependencies
- 28d4e50 13b1971 6de4fb7 16c1b6f Refactor code-style
- e7a7701 Update docs
Full Changelog: 8.0.0...9.0.0
remark-lint-strikethrough-marker@1.0.0
- 06b1189 Add
remark-lint-strikethrough-marker
8.0.0
TL;DR: Use the new versions of the presets with remark 13:
remark-preset-lint-consistent
(4.0.0)remark-preset-lint-markdown-style-guide
(4.0.0)remark-preset-lint-recommended
(5.0.0)
Most plugins are fine, but some received majors. The following plugins are made for the new parser and do not work on the old. While you’re still on remark 12, use their previous version. Use the new versions for remark 13+.
remark-lint-checkbox-character-style
(3.0.0)remark-lint-checkbox-content-indent
(3.0.0)remark-lint-list-item-bullet-indent
(3.0.0)remark-lint-list-item-spacing
(3.0.0)remark-lint-no-blockquote-without-marker
(4.0.0)remark-lint-no-heading-indent
(3.0.0)remark-lint-no-paragraph-content-indent
(3.0.0)remark-lint-no-table-indentation
(3.0.0)remark-lint-table-cell-padding
(3.0.0)remark-lint-table-pipes
(3.0.0)
These plugins generally work on old and new remark, but might miss some messages in the old one now:
remark-lint-no-consecutive-blank-lines
(3.0.0) (extra blank lines can no longer break out of lists)remark-lint-no-heading-content-indent
(3.0.0) (pedantic mode no longer supported)remark-lint-no-inline-padding
(3.0.0) (emphasis, strong, strikethrough can’t be padded anymore)remark-lint-no-undefined-references
(3.0.0) (undefined references are no longer parsed, so we have to do magic to find them)