Skip to content

Releases: remarkjs/remark-lint

remark-lint-no-consecutive-blank-lines@4.1.1

23 Sep 08:14
522713c
Compare
Choose a tag to compare

remark-lint-maximum-line-length@3.1.1

23 Sep 08:14
1555c25
Compare
Choose a tag to compare

9.1.0

18 Sep 11:19
da865d0
Compare
Choose a tag to compare

Full Changelog: 9.0.1...9.1.0

9.0.1

17 Aug 13:56
909d9cc
Compare
Choose a tag to compare
  • bc1b092 Use npm workspaces (and fix types)
  • 359cd08 Add repository.directory field to package.jsons

9.0.0

12 Aug 12:29
b9d3848
Compare
Choose a tag to compare

Full Changelog: 8.0.0...9.0.0

remark-lint-strikethrough-marker@1.0.0

25 Jun 08:42
1a6d70a
Compare
Choose a tag to compare
  • 06b1189 Add remark-lint-strikethrough-marker

8.0.0

12 Oct 14:52
6ef0e2f
Compare
Choose a tag to compare

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)

remark-preset-lint-recommended@5.0.0

12 Oct 14:53
4078cdd
Compare
Choose a tag to compare

remark-preset-lint-markdown-style-guide@4.0.0

12 Oct 14:54
dfe8610
Compare
Choose a tag to compare

remark-preset-lint-consistent@4.0.0

12 Oct 14:54
79a697c
Compare
Choose a tag to compare