Remark Lint Versions Save

plugins to check (lint) markdown code style

[email protected]

1 month ago
  • a97671d Fix good footnote definitions

Full Changelog: https://github.com/remarkjs/remark-lint/compare/[email protected]

10.0.0

1 month ago

(this is a major for each package maintained here)

Change

  • 943a574 Change to require Node.js 16 migrate: update too
  • 625f7f9 Change to use exports migrate: don’t use private APIs
  • 255ca39 Update unified, @types/mdast, etc migrate: update too
  • 8df41b3 remark-preset-lint-recommended: change to prefer remark-lint-list-item-indent: 'one' migrate: pass tab if you want previous behavior
  • 63d132d remark-preset-lint-consistent: add remark-lint-ordered-list-marker-value migrate: turn off or configure with what you prefer
  • ccea691 remark-list-item-indent: change default to one migrate: pass tab if you want previous behavior
  • 07140bd remark-list-item-indent: rename space to one, tab-size to tab
  • 7ca5d3c unified-lint-rule: rename RuleMeta type to Meta
  • 906012e Remove deprecated (pre CommonMark) remark-lint-no-inline-padding
  • 9cdda80 Remove deprecated (pre CommonMark) remark-lint-no-auto-link-without-protocol

Add

  • 45aeac2 Add better messages, rewrite and improve rules
  • 655ba54 Add better support for gfm, directives, math, mdx
  • 18e669f remark-lint-file-extension: add option to disallow extensionless
  • 4057f15 remark-lint-no-empty-url: add check for #

Fix

  • 802f78f remark-lint-table-pipe-alignment: fix empty centered cell

Docs

  • 9a7f129 Regenerate screenshot.png
  • 99bbed2 e9b3f7e 547188e Refactor docs

Misc

  • b4a6556 Fix autogenerated types w/ TS 5.4
  • bd9ba2c Add declaration maps
  • e55606e Refactor to improve performance of deep trees
  • 627363b Refactor more code, improve small things
  • 19251fc 0e79b65 Refactor code-style
  • db4810d Refactor remark config
  • f8be2e3 Refactor .editorconfig
  • 36e844e Refactor .gitignore
  • ae313bf Refactor package.json
  • 16bf9dc Refactor .npmrc
  • f0a475c Refactor package.jsons
  • 904edde Refactor tsconfig.jsons
  • 96c25af Refactor Actions

Full Changelog: https://github.com/remarkjs/remark-lint/compare/9.1.2...10.0.0

[email protected]

9 months ago

Fix

  • c410a91 Fix table alignment for empy cells

Full Changelog: https://github.com/remarkjs/remark-lint/compare/[email protected]

9.1.2

1 year ago

Fix

  • 639271a Fix table alignment related rules for micromark changes (remark-lint-table-cell-padding, remark-lint-table-pipe-alignment)
  • 5bdc23b Check urls from definitions (remark-lint-no-empty-url) by @Xunnamius in https://github.com/remarkjs/remark-lint/pull/299

Misc

Full Changelog: https://github.com/remarkjs/remark-lint/compare/9.1.1...9.1.2

[email protected]

1 year ago
  • 1ab5509 Add support for regex as option

9.1.1

2 years ago

[email protected]

2 years ago
  • c5c3832 Mark no-auto-link-without-protocol as deprecated

[email protected]

2 years ago
  • c5c3832 Mark no-auto-link-without-protocol as deprecated

[email protected]

2 years ago
  • 005e3bb Fix almost empty cells